diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-09 13:28:22 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-09 13:28:22 +0000 |
commit | 7aed7dfc45e81230bd4fa01c16b55c0904b49535 (patch) | |
tree | 4e1c407e566dc9c0ede0b90913aba94ccb7d6c17 /gcc/config/netbsd-elf.h | |
parent | e59dabd237f24b87814a3664e2f092c2b107facf (diff) | |
download | gcc-7aed7dfc45e81230bd4fa01c16b55c0904b49535.zip gcc-7aed7dfc45e81230bd4fa01c16b55c0904b49535.tar.gz gcc-7aed7dfc45e81230bd4fa01c16b55c0904b49535.tar.bz2 |
openbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.
* 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*:}.
From-SVN: r167635
Diffstat (limited to 'gcc/config/netbsd-elf.h')
-rw-r--r-- | gcc/config/netbsd-elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/netbsd-elf.h b/gcc/config/netbsd-elf.h index d6f90f0c..4fd55c1 100644 --- a/gcc/config/netbsd-elf.h +++ b/gcc/config/netbsd-elf.h @@ -73,7 +73,7 @@ along with GCC; see the file COPYING3. If not see %{!shared: \ -dc -dp \ %{!nostdlib: \ - %{!r*: \ + %{!r: \ %{!e*:-e %(netbsd_entry_point)}}} \ %{!static: \ %{rdynamic:-export-dynamic} \ |