From 3f94bdecbc6657d7cba51c8e368f3d29f353723c Mon Sep 17 00:00:00 2001 From: James E Wilson Date: Thu, 4 Aug 2005 20:20:12 -0700 Subject: 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 --- gcc/config/sparc/freebsd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/config/sparc/freebsd.h') 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} \ -- cgit v1.1