diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-12-21 19:39:34 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-12-21 19:39:34 +0000 |
commit | 53da1264fd46788584754d09793f5067e40cdf10 (patch) | |
tree | d7ecf8ec201dee743d8ad67018b8466652a480ec /gcc/config/rs6000/aix41.h | |
parent | 3997b78580dcfde6fab847433d6eb8f4f9839f33 (diff) | |
download | gcc-53da1264fd46788584754d09793f5067e40cdf10.tar.gz |
If -shared, do not export libg.exp
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10826 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/aix41.h')
-rw-r--r-- | gcc/config/rs6000/aix41.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index acb19f6fb44..1b7f6b0a7ef 100644 --- a/gcc/config/rs6000/aix41.h +++ b/gcc/config/rs6000/aix41.h @@ -117,7 +117,7 @@ Boston, MA 02111-1307, USA. */ #undef LINK_SPEC #ifndef CROSS_COMPILE #define LINK_SPEC "-bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro} -bnodelcsect\ - %{static:-bnso -bI:/lib/syscalls.exp} %{g*:-bexport:/usr/lib/libg.exp}\ + %{static:-bnso -bI:/lib/syscalls.exp} %{!shared: %{g*:-bexport:/usr/lib/libg.exp}}\ %{shared:-bM:SRE}" #else #define LINK_SPEC "-bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro} -bnodelcsect\ |