diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-05-22 10:40:29 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-05-22 10:40:29 +0000 |
commit | 186112268beb4984da4e6d58ca75c93f8f74c05a (patch) | |
tree | 71f582bd3cb772a7b2f48f2e4ba3ebe1cd5093ce | |
parent | 6386f3a76709a4d55f17b30449280e1b3ed01ed9 (diff) | |
download | gdb-186112268beb4984da4e6d58ca75c93f8f74c05a.zip gdb-186112268beb4984da4e6d58ca75c93f8f74c05a.tar.gz gdb-186112268beb4984da4e6d58ca75c93f8f74c05a.tar.bz2 |
* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
[aix4*|aix5*]: Prepend blank.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ltcf-cxx.sh | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2001-05-22 Alexandre Oliva <aoliva@redhat.com> + + * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag) + [aix4*|aix5*]: Prepend blank. + 2001-05-20 Alexandre Oliva <aoliva@redhat.com> * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh, diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index 29f8ffe..5d7d877 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 |