aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/frv
diff options
context:
space:
mode:
authorJames E Wilson <wilson@specifixinc.com>2005-08-04 20:20:12 -0700
committerJim Wilson <wilson@gcc.gnu.org>2005-08-04 20:20:12 -0700
commit3f94bdecbc6657d7cba51c8e368f3d29f353723c (patch)
tree41409fbd51766c75527b6e6c92a80cec7aab064b /gcc/config/frv
parent460f84ed3d295f5bad049f989c355e6948d4052a (diff)
downloadgcc-3f94bdecbc6657d7cba51c8e368f3d29f353723c.zip
gcc-3f94bdecbc6657d7cba51c8e368f3d29f353723c.tar.gz
gcc-3f94bdecbc6657d7cba51c8e368f3d29f353723c.tar.bz2
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. From-SVN: r102762
Diffstat (limited to 'gcc/config/frv')
-rw-r--r--gcc/config/frv/frv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/frv/frv.h b/gcc/config/frv/frv.h
index 73ecb2a..826e457 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} \