diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-05 03:20:12 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-05 03:20:12 +0000 |
commit | 64140cb5711a2ca61458b5d6ad5d172fadbc24e4 (patch) | |
tree | 41409fbd51766c75527b6e6c92a80cec7aab064b /gcc/config/frv | |
parent | 19e1a5ccdfba4da9af78db1e8d01d7365d41c8b6 (diff) | |
download | gcc-64140cb5711a2ca61458b5d6ad5d172fadbc24e4.tar.gz |
Fix problem pointed out by Gunther Nikl on gcc list.
* config/ptx4.h, config/sol2.h, config/arm/freebsd.h,
config/arm/linux-elf.h, config/frv/frv.h, config/i386/freebsd.h,
config/i386/freebsd64.h, config/i386/netware.h, config/i386/sco5.h,
config/ia64/freebsd.h, config/rs6000/sysv4.h, config/sparc/freebsd.h
(LINK_SPEC): Delete useless %{Wl,*:%*} item.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/frv')
-rw-r--r-- | gcc/config/frv/frv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h index 73ecb2a6216..826e457073a 100644 --- a/gcc/config/frv/frv.h +++ b/gcc/config/frv/frv.h @@ -187,7 +187,7 @@ #undef LINK_SPEC #define LINK_SPEC "\ %{h*} %{v:-V} \ -%{b} %{Wl,*:%*} \ +%{b} \ %{mfdpic:-melf32frvfd -z text} \ %{static:-dn -Bstatic} \ %{shared:-Bdynamic} \ |