diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-14 18:56:52 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-14 18:56:52 +0000 |
commit | cbabf03f9adf676894146561ba8bfeb7b7f15912 (patch) | |
tree | 794504beff3aeb25c4d4ca1028b441995fdf7a60 /gcc/config/mips/mips.h | |
parent | 438da41abf51e87d06886f487445e46e70a12075 (diff) | |
download | gcc-cbabf03f9adf676894146561ba8bfeb7b7f15912.zip gcc-cbabf03f9adf676894146561ba8bfeb7b7f15912.tar.gz gcc-cbabf03f9adf676894146561ba8bfeb7b7f15912.tar.bz2 |
linux64.h (LINK_SPEC): Remove %{bestGnum} %{no_archive} %{exact_version}.
* config/mips/linux64.h (LINK_SPEC): Remove %{bestGnum}
%{no_archive} %{exact_version}.
* config/mips/mips.h (LINK_SPEC): Remove %{bestGnum}.
* config/mips/netbsd.h (LINK_SPEC): Remove %{bestGnum}
%{no_archive} %{exact_version}.
* config/mips/openbsd.h (LINK_SPEC): Likewise.
* config/mips/sde.h (LINK_SPEC): Remove %{bestGnum}.
* config/mips/vxworks.h: Likewise.
From-SVN: r168813
Diffstat (limited to 'gcc/config/mips/mips.h')
-rw-r--r-- | gcc/config/mips/mips.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 7aa6bac..93b70ff 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1145,14 +1145,12 @@ enum mips_code_readable_setting { %(subtarget_asm_spec)" /* Extra switches sometimes passed to the linker. */ -/* ??? The bestGnum will never be passed to the linker, because the gcc driver - will interpret it as a -b option. */ #ifndef LINK_SPEC #define LINK_SPEC "\ %(endian_spec) \ %{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32*} %{mips64*} \ -%{bestGnum} %{shared} %{non_shared}" +%{shared} %{non_shared}" #endif /* LINK_SPEC defined */ |