mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-22392 Update configure files from configure.ac using autoreconf.
This commit is contained in:
parent
ce11068030
commit
3606d759b0
1 changed files with 2 additions and 1 deletions
3
icu4c/source/configure
vendored
3
icu4c/source/configure
vendored
|
@ -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 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue