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/netbsd.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/netbsd.h')
-rw-r--r-- | gcc/config/mips/netbsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/netbsd.h b/gcc/config/mips/netbsd.h index b8f7e76..44ef20c 100644 --- a/gcc/config/mips/netbsd.h +++ b/gcc/config/mips/netbsd.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for MIPS NetBSD systems. Copyright (C) 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, - 2007, 2010 Free Software Foundation, Inc. + 2007, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -148,7 +148,7 @@ along with GCC; see the file COPYING3. If not see %{EB:-m elf32bmip} \ %(endian_spec) \ %{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32} %{mips32r2} %{mips64} \ - %{bestGnum} %{call_shared} %{no_archive} %{exact_version} \ + %{call_shared} \ %(netbsd_link_spec)" #define NETBSD_ENTRY_POINT "__start" |