]> granicus.if.org Git - icu/commitdiff
ICU-11435 Bitrig fixes.
authorSteven R. Loomis <srl@icu-project.org>
Thu, 10 Sep 2015 06:26:57 +0000 (06:26 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Thu, 10 Sep 2015 06:26:57 +0000 (06:26 +0000)
Incorporates ICU-11881 and ICU-11882

X-SVN-Rev: 37938

icu4c/source/acinclude.m4
icu4c/source/configure
icu4c/source/configure.ac
icu4c/source/runConfigureICU

index b64e984b6c3d2852d37f23f86bf156f623275d02..454affe5445c62c0f097501ef76920295b42ff1d 100644 (file)
@@ -57,7 +57,7 @@ x86_64-*-cygwin)
                *-*-cygwin) icu_cv_host_frag=mh-cygwin-msvc ;;
                esac
        fi ;;
-*-*-*bsd*|*-*-dragonfly*)      icu_cv_host_frag=mh-bsd-gcc ;;
+*-*-*bsd*|*-*-dragonfly*|*-*-bitrig*)  icu_cv_host_frag=mh-bsd-gcc ;;
 *-*-aix*)
        if test "$GCC" = yes; then
                icu_cv_host_frag=mh-aix-gcc
index 7190d41c8eb79092593f1d2cbc0e8dcc71f058e7..2e3fdb18fb329d7e57c720fae56e5dcf288b15db 100755 (executable)
@@ -5174,7 +5174,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
                *-*-cygwin) icu_cv_host_frag=mh-cygwin-msvc ;;
                esac
        fi ;;
-*-*-*bsd*|*-*-dragonfly*)      icu_cv_host_frag=mh-bsd-gcc ;;
+*-*-*bsd*|*-*-dragonfly*|*-*-bitrig*)  icu_cv_host_frag=mh-bsd-gcc ;;
 *-*-aix*)
        if test "$GCC" = yes; then
                icu_cv_host_frag=mh-aix-gcc
@@ -7729,7 +7729,7 @@ ICUDATA_CHAR=$U_ENDIAN_CHAR
 case "${host}" in
        *-*-solaris*)   platform=U_SOLARIS ;;
        *-*-linux*|*-*-gnu|*-*-k*bsd*-gnu|*-*-kopensolaris*-gnu)        platform=U_LINUX ;;
-       *-*-*bsd*|*-*-dragonfly*)       platform=U_BSD ;;
+       *-*-*bsd*|*-*-dragonfly*|*-*-bitrig*)   platform=U_BSD ;;
        *-*-aix*)       platform=U_AIX ;;
        *-*-hpux*)      platform=U_HPUX ;;
        *-apple-darwin*|*-apple-rhapsody*)      platform=U_DARWIN ;;
index 595bd122cee88d62e38dbffd8266dd55eb81d78c..8fd98bb277ef86ef3b74c9fdb1687ccca67650d9 100644 (file)
@@ -1251,7 +1251,7 @@ ICUDATA_CHAR=$U_ENDIAN_CHAR
 case "${host}" in
        *-*-solaris*)   platform=U_SOLARIS ;;
        *-*-linux*|*-*-gnu|*-*-k*bsd*-gnu|*-*-kopensolaris*-gnu)        platform=U_LINUX ;;
-       *-*-*bsd*|*-*-dragonfly*)       platform=U_BSD ;;
+       *-*-*bsd*|*-*-dragonfly*|*-*-bitrig*)   platform=U_BSD ;;
        *-*-aix*)       platform=U_AIX ;;
        *-*-hpux*)      platform=U_HPUX ;;
        *-apple-darwin*|*-apple-rhapsody*)      platform=U_DARWIN ;;
index 700122789fca3e30f42a9b51108edaf705c6298c..d6e6a2305f1626091e6e717fe7857c732efe1f15 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (c) 1999-2014, International Business Machines Corporation and
+# Copyright (c) 1999-2015, International Business Machines Corporation and
 # others. All Rights Reserved.
 
 # runConfigureICU: This script will run the "configure" script for the appropriate platform
@@ -327,7 +327,7 @@ case $platform in
         DEBUG_CXXFLAGS='-Zi -MDd'
         DEBUG_LDFLAGS='-DEBUG'
         ;;
-    *BSD)
+    *BSD | DragonFly | Bitrig)
         THE_OS="BSD"
         THE_COMP="the GNU C++"
         DEBUG_CFLAGS='-g -O0'