From: Geoff Keating Date: Fri, 14 Aug 1998 00:42:09 +0000 (-0600) Subject: linux.h (LINK_SPEC): Pass -G args to the linker. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48c997f6d97a8564045568438af1f941c1c99d93;p=gcc.git linux.h (LINK_SPEC): Pass -G args to the linker. � * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker. From-SVN: r21717 --- 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} \