ICU-519 check c++ and c compilers for sparcv9
X-SVN-Rev: 2083
This commit is contained in:
parent
ef00c94aa2
commit
f95365b1b3
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user