From: Richard Kenner Date: Sun, 2 Jul 1995 01:29:27 +0000 (-0400) Subject: (LINK_SPEC): Revert March 16 change. Do not add -R for each -L. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c637e7b34c242a7cd6e0c62d1aa8eb348a3a1b14;p=gcc.git (LINK_SPEC): Revert March 16 change. Do not add -R for each -L. From-SVN: r10104 --- diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 6aadcacbc4b..34833bcc574 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -1,5 +1,5 @@ /* 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). Additional changes by David V. Henkel-Wallace (gumby@cygnus.com). @@ -132,7 +132,7 @@ do { \ %{symbolic:-Bsymbolic -G -dy -z text %{!h*:%{o*:-h %*}}} \ %{G:-G} \ %{YP,*} \ - %{R*} %{!static:%{!R*:%{L*:-R %*}}} \ + %{R*} \ %{compat-bsd: \ %{!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}} \