diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-19 20:39:09 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-19 20:39:09 +0000 |
commit | 368e0b39344b9d3ce1ea5528c65f46cf613e05f0 (patch) | |
tree | 19d36456014ad6406485e86bb8deb0343f0b5dae /gcc/config/mips/linux64.h | |
parent | 5ee9259f75c8d3f90b4860ee7cd40e253de8856b (diff) | |
download | gcc-368e0b39344b9d3ce1ea5528c65f46cf613e05f0.zip gcc-368e0b39344b9d3ce1ea5528c65f46cf613e05f0.tar.gz gcc-368e0b39344b9d3ce1ea5528c65f46cf613e05f0.tar.bz2 |
linux64.h (LINK_SPEC): Remove %{non_shared} %{call_shared}.
* config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
%{call_shared}.
* config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
* config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
* config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
%{call_shared} and conditionals on these options not being passed.
* config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
%{call_shared}.
From-SVN: r169024
Diffstat (limited to 'gcc/config/mips/linux64.h')
-rw-r--r-- | gcc/config/mips/linux64.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h index 0822c6d..987a991 100644 --- a/gcc/config/mips/linux64.h +++ b/gcc/config/mips/linux64.h @@ -47,8 +47,7 @@ along with GCC; see the file COPYING3. If not see #undef LINK_SPEC #define LINK_SPEC "\ %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} \ -%{shared} %{non_shared} \ -%{call_shared} \ +%{shared} \ %(endian_spec) \ %{!shared: \ %{!static: \ |