diff options
author | Geoff Keating <geoffk@ozemail.com.au> | 1998-08-13 18:42:09 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-13 18:42:09 -0600 |
commit | 48c997f6d97a8564045568438af1f941c1c99d93 (patch) | |
tree | f70d248968d4bc1441a6101db6c2ce5c4a94588f | |
parent | 643a098f504c4275eddd1203e293532204e0c2da (diff) | |
download | gcc-48c997f6d97a8564045568438af1f941c1c99d93.zip gcc-48c997f6d97a8564045568438af1f941c1c99d93.tar.gz gcc-48c997f6d97a8564045568438af1f941c1c99d93.tar.bz2 |
linux.h (LINK_SPEC): Pass -G args to the linker.
�
* rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.
From-SVN: r21717
-rw-r--r-- | gcc/config/rs6000/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index 5b2c6a0..a3f87d9 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} \ |