ICU-22392 Update configure files from configure.ac using autoreconf.

This commit is contained in:
Fredrik Roubert 2024-09-25 00:11:31 +02:00 committed by Markus Scherer
parent ce11068030
commit 3606d759b0

View file

@ -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 ;;