Skip to content

Commit

Permalink
ICU-22392 Update configure files from configure.ac using autoreconf.
Browse files Browse the repository at this point in the history
  • Loading branch information
roubert authored and markusicu committed Sep 24, 2024
1 parent ce11068 commit 3606d75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion icu4c/source/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 ;;
Expand Down

0 comments on commit 3606d75

Please sign in to comment.