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/rs6000/sysv4.h | |
parent | 460f84ed3d295f5bad049f989c355e6948d4052a (diff) | |
download | gcc-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/rs6000/sysv4.h')
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 2d5b6e8..d538832 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -1002,7 +1002,6 @@ extern int fixuplabelno; #define LINK_OS_FREEBSD_SPEC "\ %{p:%nconsider using `-pg' instead of `-p' with gprof(1)} \ - %{Wl,*:%*} \ %{v:-V} \ %{assert*} %{R*} %{rpath*} %{defsym*} \ %{shared:-Bshareable %{h*} %{soname*}} \ |