Skip to content

Commit

Permalink
* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
Browse files Browse the repository at this point in the history
[aix4*|aix5*]: Prepend blank.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42438 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
aoliva committed May 22, 2001
1 parent 58868d4 commit 00ed89e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
4 changes: 2 additions & 2 deletions ltcf-cxx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00ed89e

Please sign in to comment.