aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/freebsd.h
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/sparc/freebsd.h
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/sparc/freebsd.h')
-rw-r--r--gcc/config/sparc/freebsd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/sparc/freebsd.h b/gcc/config/sparc/freebsd.h
index 62d199c..d341400 100644
--- a/gcc/config/sparc/freebsd.h
+++ b/gcc/config/sparc/freebsd.h
@@ -32,8 +32,7 @@ Boston, MA 02110-1301, USA. */
#define LINK_SPEC "%(link_arch) \
%{!mno-relax:%{!r:-relax}} \
- %{p:%nconsider using `-pg' instead of `-p' with gprof(1)} \
- %{Wl,*:%*} \
+ %{p:%nconsider using `-pg' instead of `-p' with gprof(1)} \
%{assert*} %{R*} %{rpath*} %{defsym*} \
%{shared:-Bshareable %{h*} %{soname*}} \
%{symbolic:-Bsymbolic} \