summaryrefslogtreecommitdiff
path: root/gcc/config/sol2.h
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-05 03:20:12 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-05 03:20:12 +0000
commit64140cb5711a2ca61458b5d6ad5d172fadbc24e4 (patch)
tree41409fbd51766c75527b6e6c92a80cec7aab064b /gcc/config/sol2.h
parent19e1a5ccdfba4da9af78db1e8d01d7365d41c8b6 (diff)
downloadgcc-64140cb5711a2ca61458b5d6ad5d172fadbc24e4.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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sol2.h')
-rw-r--r--gcc/config/sol2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sol2.h b/gcc/config/sol2.h
index ab89c0ba5b2..176d23b5ea1 100644
--- a/gcc/config/sol2.h
+++ b/gcc/config/sol2.h
@@ -146,7 +146,7 @@ Boston, MA 02110-1301, USA. */
#undef LINK_SPEC
#define LINK_SPEC \
"%{h*} %{v:-V} \
- %{b} %{Wl,*:%*} \
+ %{b} \
%{static:-dn -Bstatic} \
%{shared:-G -dy %{!mimpure-text:-z text}} \
%{symbolic:-Bsymbolic -G -dy -z text} \