summaryrefslogtreecommitdiffstats
path: root/ltcf-cxx.sh
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-22 10:40:41 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2001-05-22 10:40:41 +0000
commit00ed89e144213f7e7ee98bfb6ab32fff87c17379 (patch)
tree11b0b5b10ba9c9f2979c207c2023871a0587a1f1 /ltcf-cxx.sh
parent58868d49e9681a00ec3b060dcec93a77c8a6836a (diff)
downloadppe42-gcc-00ed89e144213f7e7ee98bfb6ab32fff87c17379.tar.gz
ppe42-gcc-00ed89e144213f7e7ee98bfb6ab32fff87c17379.zip
* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
[aix4*|aix5*]: Prepend blank. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42438 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r--ltcf-cxx.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh
index 29f8ffe5d95..5d7d87770ab 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
OpenPOWER on IntegriCloud