diff options
author | James E Wilson <wilson@specifixinc.com> | 2005-08-04 20:20:12 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-08-04 20:20:12 -0700 |
commit | 3f94bdecbc6657d7cba51c8e368f3d29f353723c (patch) | |
tree | 41409fbd51766c75527b6e6c92a80cec7aab064b /gcc/config/i386/freebsd64.h | |
parent | 460f84ed3d295f5bad049f989c355e6948d4052a (diff) | |
download | gcc-3f94bdecbc6657d7cba51c8e368f3d29f353723c.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.
From-SVN: r102762
Diffstat (limited to 'gcc/config/i386/freebsd64.h')
-rw-r--r-- | gcc/config/i386/freebsd64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/i386/freebsd64.h b/gcc/config/i386/freebsd64.h index 96e5e416030..257bdd95c50 100644 --- a/gcc/config/i386/freebsd64.h +++ b/gcc/config/i386/freebsd64.h @@ -33,7 +33,6 @@ Boston, MA 02110-1301, USA. */ #undef LINK_SPEC #define LINK_SPEC "\ %{m32:-m elf_i386_fbsd} \ - %{Wl,*:%*} \ %{v:-V} \ %{assert*} %{R*} %{rpath*} %{defsym*} \ %{shared:-Bshareable %{h*} %{soname*}} \ |