From: Richard Kenner Date: Tue, 20 Dec 1994 19:15:45 +0000 (-0500) Subject: (LINK_SPEC): Add case for -shared, just like in rs6000.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd8b57b05a29c3cc0428b7285b04c163b3cc16de;p=gcc.git (LINK_SPEC): Add case for -shared, just like in rs6000.h. From-SVN: r8675 --- diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index ed2ea9fade9..b3c8cd99690 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}"