summaryrefslogtreecommitdiff
path: root/gcc/config/mips/vxworks.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-01-14 18:56:52 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2011-01-14 18:56:52 +0000
commitcbabf03f9adf676894146561ba8bfeb7b7f15912 (patch)
tree794504beff3aeb25c4d4ca1028b441995fdf7a60 /gcc/config/mips/vxworks.h
parent438da41abf51e87d06886f487445e46e70a12075 (diff)
downloadgcc-cbabf03f9adf676894146561ba8bfeb7b7f15912.tar.gz
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/vxworks.h')
-rw-r--r--gcc/config/mips/vxworks.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/mips/vxworks.h b/gcc/config/mips/vxworks.h
index 438e25b9bd4..f6c84b9a69b 100644
--- a/gcc/config/mips/vxworks.h
+++ b/gcc/config/mips/vxworks.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2003, 2004, 2007, 2008, 2010
+/* Copyright (C) 1999, 2003, 2004, 2007, 2008, 2010, 2011
Free Software Foundation, Inc.
This file is part of GCC.
@@ -35,8 +35,7 @@ along with GCC; see the file COPYING3. If not see
#undef LINK_SPEC
#define LINK_SPEC "\
%(endian_spec) \
-%{!G:-G 0} %{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32} %{mips64} \
-%{bestGnum}" \
+%{!G:-G 0} %{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32} %{mips64} " \
VXWORKS_LINK_SPEC
#undef LIB_SPEC