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/i386/openbsdelf.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/i386/openbsdelf.h')
-rw-r--r-- | gcc/config/i386/openbsdelf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/openbsdelf.h b/gcc/config/i386/openbsdelf.h index a0c6810..e23bf1f3 100644 --- a/gcc/config/i386/openbsdelf.h +++ b/gcc/config/i386/openbsdelf.h @@ -124,7 +124,7 @@ along with GCC; see the file COPYING3. If not see #undef LINK_SPEC #define LINK_SPEC \ - "%{!shared:%{!nostdlib:%{!r*:%{!e*:-e __start}}}} \ + "%{!shared:%{!nostdlib:%{!r:%{!e*:-e __start}}}} \ %{shared:-shared} %{R*} \ %{static:-Bstatic} \ %{!static:-Bdynamic} \ |