]> granicus.if.org Git - icu/commitdiff
ICU-8798 Fix kfreebsd genccode detection
authorMichael Ow <mow@svn.icu-project.org>
Fri, 9 Sep 2011 21:24:37 +0000 (21:24 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Fri, 9 Sep 2011 21:24:37 +0000 (21:24 +0000)
X-SVN-Rev: 30642

icu4c/source/configure
icu4c/source/configure.in

index 6ebe468d3bc267c69b545569150a5d62471897eb..424456b537bc3e31819c204266d9092684182698 100755 (executable)
@@ -6296,7 +6296,7 @@ $as_echo_n "checking for genccode assembly... " >&6; }
 # Check to see if genccode can generate simple assembly.
 GENCCODE_ASSEMBLY=
 case "${host}" in
-*-linux*|i*86-*-*bsd*|i*86-pc-gnu)
+*-linux*|*-kfreebsd*-gnu*|i*86-*-*bsd*|i*86-pc-gnu)
     if test "$GCC" = yes; then
         # We're using gcc, and the simple -a gcc command line works for genccode
         GENCCODE_ASSEMBLY="-a gcc"
index 455884775fd973dd2ad97f41572d044d510c364f..47ee4fa2e314a000a7fcac7bd54bfb56d5948429 100644 (file)
@@ -642,7 +642,7 @@ AC_MSG_CHECKING([for genccode assembly])
 # Check to see if genccode can generate simple assembly.
 GENCCODE_ASSEMBLY=
 case "${host}" in
-*-linux*|i*86-*-*bsd*|i*86-pc-gnu)
+*-linux*|*-kfreebsd*-gnu*|i*86-*-*bsd*|i*86-pc-gnu)
     if test "$GCC" = yes; then
         # We're using gcc, and the simple -a gcc command line works for genccode
         GENCCODE_ASSEMBLY="-a gcc"