mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.
From-SVN: r21718
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Fri Aug 14 01:40:21 1998 Geoffrey Keating <geoffk@ozemail.com.au>
|
||||
|
||||
* rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.
|
||||
|
||||
Fri Aug 14 01:23:23 1998 Richard Earnshaw (rearnsha@arm.com)
|
||||
|
||||
* arm/netbsd.h (TARGET_DEFAULT): Default includes software floating
|
||||
|
||||
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user