ICU-519 check c++ and c compilers for sparcv9

X-SVN-Rev: 2083
This commit is contained in:
Steven R. Loomis 2000-08-01 00:39:55 +00:00
parent ef00c94aa2
commit f95365b1b3
2 changed files with 2 additions and 2 deletions

View File

@ -1166,7 +1166,7 @@ case "${host}" in
if test "$ac_cv_prog_gcc" = no; then
echo $ac_n "checking if we have a 64-bit (sparcv9) compiler""... $ac_c" 1>&6
echo "configure:1169: checking if we have a 64-bit (sparcv9) compiler" >&5
SOL64=`$CXX -xarch=v9 2>&1`
SOL64=`$CXX -xarch=v9 && $CC -xarch=v9 2>&1 |grep -v usage:`
if test -z "$SOL64"; then
echo "$ac_t""yes" 1>&6
SOL64=yes

View File

@ -40,7 +40,7 @@ case "${host}" in
*-*-solaris*)
if test "$ac_cv_prog_gcc" = no; then
AC_MSG_CHECKING([if we have a 64-bit (sparcv9) compiler])
SOL64=`$CXX -xarch=v9 2>&1`
SOL64=`$CXX -xarch=v9 && $CC -xarch=v9 2>&1 |grep -v usage:`
if test -z "$SOL64"; then
AC_MSG_RESULT(yes)
SOL64=yes