summaryrefslogtreecommitdiff
path: root/gcc/config/mips/mips.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-01-19 20:39:09 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-01-19 20:39:09 +0000
commit368e0b39344b9d3ce1ea5528c65f46cf613e05f0 (patch)
tree19d36456014ad6406485e86bb8deb0343f0b5dae /gcc/config/mips/mips.h
parent5ee9259f75c8d3f90b4860ee7cd40e253de8856b (diff)
downloadgcc-368e0b39344b9d3ce1ea5528c65f46cf613e05f0.tar.gz
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/mips.h')
-rw-r--r--gcc/config/mips/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 93b70ffee19..24539c4490a 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -1150,7 +1150,7 @@ enum mips_code_readable_setting {
#define LINK_SPEC "\
%(endian_spec) \
%{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32*} %{mips64*} \
-%{shared} %{non_shared}"
+%{shared}"
#endif /* LINK_SPEC defined */