From bd8b57b05a29c3cc0428b7285b04c163b3cc16de Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 20 Dec 1994 14:15:45 -0500 Subject: [PATCH] (LINK_SPEC): Add case for -shared, just like in rs6000.h. From-SVN: r8675 --- gcc/config/rs6000/aix41.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}" -- 2.30.2