From: Alexandre Oliva Date: Tue, 22 May 2001 10:39:31 +0000 (+0000) Subject: * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=804edb09adde140fbfba18fa2c4242c778c55d06;p=thirdparty%2Flibtool.git * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag) [aix4*|aix5*]: Prepend blank. --- diff --git a/ChangeLog b/ChangeLog index 36fb3d2a5..cae231688 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-22 Alexandre Oliva + + * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag) + [aix4*|aix5*]: Prepend blank. + 2001-05-20 Alexandre Oliva * ltconfig.in: Fix sh.test regression introduced in previous patch. diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index 29f8ffe5d..5d7d87770 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -196,8 +196,8 @@ case $host_os in hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:/usr/lib:/lib' # Warning - without using the other run time loading flags, -berok will # link without error, but may produce a broken library. - no_undefined_flag='${wl}-bnoerok' - allow_undefined_flag='${wl}-berok' + no_undefined_flag=' ${wl}-bnoerok' + allow_undefined_flag=' ${wl}-berok' # -bexpall does not export symbols beginning with underscore (_) always_export_symbols=yes # Exported symbols can be pulled into shared objects from archives