From 48c997f6d97a8564045568438af1f941c1c99d93 Mon Sep 17 00:00:00 2001 From: Geoff Keating Date: Thu, 13 Aug 1998 18:42:09 -0600 Subject: [PATCH] linux.h (LINK_SPEC): Pass -G args to the linker. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker. From-SVN: r21717 --- gcc/config/rs6000/linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index 5b2c6a0cbf2..a3f87d96201 100644 --- a/gcc/config/rs6000/linux.h +++ b/gcc/config/rs6000/linux.h @@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ "-DPPC -D__ELF__ -Dunix -Dlinux -Dpowerpc -Asystem(unix) -Asystem(linux) -Acpu(powerpc) -Amachine(powerpc)" #undef LINK_SPEC -#define LINK_SPEC "-m elf32ppc %{shared:-shared} \ +#define LINK_SPEC "-m elf32ppc %{G*} %{shared:-shared} \ %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \ -- 2.30.2