ICU-4154 Speed up building the data library on the Opteron

X-SVN-Rev: 16613
This commit is contained in:
George Rhoten 2004-10-25 21:22:21 +00:00
parent 1ea4086cc6
commit 903ee0a20d

View File

@ -2261,7 +2261,7 @@ fi
GENCCODE_ASSEMBLY=
case "${host}" in
i*86-*-*bsd*|i*86-*-linux*|powerpc*-*-linux*)
i*86-*-*bsd*|i*86-*-linux*|x86_64-*-linux*|powerpc*-*-linux*)
if test "$GCC" = yes; then
GENCCODE_ASSEMBLY="-a gcc"
fi ;;