diff --git a/icu4c/source/configure b/icu4c/source/configure index 5f6fd3958ecd..aedcf0d35fa9 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -6054,7 +6054,7 @@ printf %s "checking whether we can use static library optimization option... " > OLD_LDFLAGS="${LDFLAGS}" case "${host}" in - *-linux*|i*86-*-*bsd*|i*86-pc-gnu) + *-linux*|i*86-*-*bsd*|i*86-pc-gnu|*-haiku*) if test "$GCC" = yes; then CPPFLAGS="${CPPFLAGS} -ffunction-sections -fdata-sections" LDFLAGS="${LDFLAGS} -Wl,--gc-sections" @@ -8432,6 +8432,7 @@ case "${host}" in *-*-nto*) platform=U_QNX ;; *-dec-osf*) platform=U_OSF ;; *-*-beos) platform=U_BEOS ;; + *-*-haiku) platform=U_HAIKU ;; *-*-irix*) platform=U_IRIX ;; *-ncr-*) platform=U_MPRAS ;; *) platform=U_UNKNOWN_PLATFORM ;;