Commit c637e7b3 by Richard Kenner

(LINK_SPEC): Revert March 16 change. Do not add -R for each -L.

From-SVN: r10104
parent 3689b507
/* Definitions of target machine for GNU compiler, for SPARC running Solaris 2 /* Definitions of target machine for GNU compiler, for SPARC running Solaris 2
Copyright 1992 Free Software Foundation, Inc. Copyright 1992, 1995 Free Software Foundation, Inc.
Written by Ron Guilmette (rfg@netcom.com). Written by Ron Guilmette (rfg@netcom.com).
Additional changes by David V. Henkel-Wallace (gumby@cygnus.com). Additional changes by David V. Henkel-Wallace (gumby@cygnus.com).
...@@ -132,7 +132,7 @@ do { \ ...@@ -132,7 +132,7 @@ do { \
%{symbolic:-Bsymbolic -G -dy -z text %{!h*:%{o*:-h %*}}} \ %{symbolic:-Bsymbolic -G -dy -z text %{!h*:%{o*:-h %*}}} \
%{G:-G} \ %{G:-G} \
%{YP,*} \ %{YP,*} \
%{R*} %{!static:%{!R*:%{L*:-R %*}}} \ %{R*} \
%{compat-bsd: \ %{compat-bsd: \
%{!YP,*:%{p:-Y P,/usr/ucblib:/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \ %{!YP,*:%{p:-Y P,/usr/ucblib:/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \
%{!p:-Y P,/usr/ucblib:/usr/ccs/lib:/usr/lib}} \ %{!p:-Y P,/usr/ucblib:/usr/ccs/lib:/usr/lib}} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment