(LINK_SPEC): Add case for -shared, just like in rs6000.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 20 Dec 1994 19:15:45 +0000 (14:15 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 20 Dec 1994 19:15:45 +0000 (14:15 -0500)
From-SVN: r8675

gcc/config/rs6000/aix41.h

index ed2ea9fade9e530976f6fe325f13b57e95253e3b..b3c8cd996903cc258ce15af5c6c93bd58d909f89 100644 (file)
@@ -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}"