From a707a0e857a969adc1e94a6beef4b99287c5e87f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 21 Nov 1994 17:59:03 -0500 Subject: [PATCH] (LINK_SPEC): New overriding defintion. From-SVN: r8543 --- gcc/config/rs6000/aix41.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index ecd5184e9cd..ed2ea9fade9 100644 --- a/gcc/config/rs6000/aix41.h +++ b/gcc/config/rs6000/aix41.h @@ -24,3 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef ASM_SPEC #define ASM_SPEC "-u -mpwr" + +#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}" -- 2.30.2