From 3606d759b0c8d725636f68b9997b99afa4341c2c Mon Sep 17 00:00:00 2001 From: Fredrik Roubert Date: Wed, 25 Sep 2024 00:11:31 +0200 Subject: [PATCH] ICU-22392 Update configure files from configure.ac using autoreconf. --- icu4c/source/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ;;