From c637e7b34c242a7cd6e0c62d1aa8eb348a3a1b14 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 1 Jul 1995 21:29:27 -0400 Subject: [PATCH] (LINK_SPEC): Revert March 16 change. Do not add -R for each -L. From-SVN: r10104 --- gcc/config/sparc/sol2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}} \ -- 2.30.2