diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-09 13:28:22 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-09 13:28:22 +0000 |
commit | 66dc226144038bbb3458127554401bfbd2eec8ff (patch) | |
tree | 4e1c407e566dc9c0ede0b90913aba94ccb7d6c17 /gcc/config/vax | |
parent | 7db2469cf6415cfc808d8cbfacfa29f37c72e886 (diff) | |
download | gcc-66dc226144038bbb3458127554401bfbd2eec8ff.tar.gz |
* config/i386/openbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.
* config/mips/openbsd.h (LINK_SPEC): Use %{r:} not %{r*:}.
* config/netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): Use %{r:} not
%{r*:}.
* config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Use %{r:} not
%{r*:}.
* config/sparc/openbsd64.h (LINK_SPEC): Use %{r:} not %{r*:}.
* config/vax/netbsd-elf.h (LINK_SPEC): Use %{r:} not %{r*:}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167635 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/netbsd-elf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/vax/netbsd-elf.h b/gcc/config/vax/netbsd-elf.h index 3468e02caee..4e64a238fa4 100644 --- a/gcc/config/vax/netbsd-elf.h +++ b/gcc/config/vax/netbsd-elf.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for NetBSD/vax ELF systems. - Copyright (C) 2002, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2002, 2007, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -52,7 +52,7 @@ along with GCC; see the file COPYING3. If not see %{!shared: \ -dc -dp \ %{!nostdlib: \ - %{!r*: \ + %{!r: \ %{!e*:-e %(netbsd_entry_point)}}} \ %{!static:-static} \ %{static:-static}}" |