diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-12-20 14:15:45 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-12-20 14:15:45 -0500 |
commit | bd8b57b05a29c3cc0428b7285b04c163b3cc16de (patch) | |
tree | 27e7966541e64abe5d3ffeb5d9ab0ae52f771afc | |
parent | f70f60db2c6c1d3149477e24db4caed9d78fd905 (diff) | |
download | gcc-bd8b57b05a29c3cc0428b7285b04c163b3cc16de.zip gcc-bd8b57b05a29c3cc0428b7285b04c163b3cc16de.tar.gz gcc-bd8b57b05a29c3cc0428b7285b04c163b3cc16de.tar.bz2 |
(LINK_SPEC): Add case for -shared, just like in rs6000.h.
From-SVN: r8675
-rw-r--r-- | gcc/config/rs6000/aix41.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index ed2ea9f..b3c8cd9 100644 --- a/gcc/config/rs6000/aix41.h +++ b/gcc/config/rs6000/aix41.h @@ -27,4 +27,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef LINK_SPEC #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} %{g*:-bexport:/usr/lib/libg.exp}\ + %{shared:-bM:SRE}" |