aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoff Keating <geoffk@ozemail.com.au>1998-08-13 18:42:09 -0600
committerJeff Law <law@gcc.gnu.org>1998-08-13 18:42:09 -0600
commit48c997f6d97a8564045568438af1f941c1c99d93 (patch)
treef70d248968d4bc1441a6101db6c2ce5c4a94588f
parent643a098f504c4275eddd1203e293532204e0c2da (diff)
downloadgcc-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.h2
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} \