Commit 48c997f6 by Geoff Keating Committed by Jeff Law

linux.h (LINK_SPEC): Pass -G args to the linker.

�
        * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.

From-SVN: r21717
parent 643a098f
......@@ -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} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment