From 3afcbd6500d309d88c94eadbf9e427d44a35f498 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Fri, 9 Sep 2011 21:24:37 +0000 Subject: [PATCH] ICU-8798 Fix kfreebsd genccode detection X-SVN-Rev: 30642 --- icu4c/source/configure | 2 +- icu4c/source/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/configure b/icu4c/source/configure index 6ebe468d3bc..424456b537b 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -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" diff --git a/icu4c/source/configure.in b/icu4c/source/configure.in index 455884775fd..47ee4fa2e31 100644 --- a/icu4c/source/configure.in +++ b/icu4c/source/configure.in @@ -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" -- 2.40.0