mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 10:09:43 +08:00
sol2.h (LINK_SPEC): Avoid the duplication of -YP when both -p and -pg are present.
* config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of -YP when both -p and -pg are present. From i386/sol2.h. From-SVN: r29516
This commit is contained in:
parent
a091679a29
commit
c97c62ef68
@ -1,3 +1,8 @@
|
||||
Mon Sep 20 06:56:32 1999 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
|
||||
|
||||
* config/sparc/sol2.h (LINK_SPEC): Avoid the duplication of
|
||||
-YP when both -p and -pg are present. From i386/sol2.h.
|
||||
|
||||
Mon Sep 20 10:49:05 1999 Bernd Schmidt <bernds@cygnus.co.uk>
|
||||
|
||||
* Makefile.in (distclean): Delete tm_p.h.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* Definitions of target machine for GNU compiler, for SPARC running Solaris 2
|
||||
Copyright 1992, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
|
||||
Copyright 1992, 1995-8, 1999 Free Software Foundation, Inc.
|
||||
Contributed by Ron Guilmette (rfg@netcom.com).
|
||||
Additional changes by David V. Henkel-Wallace (gumby@cygnus.com).
|
||||
|
||||
@ -155,14 +155,14 @@ Boston, MA 02111-1307, USA. */
|
||||
%{YP,*} \
|
||||
%{R*} \
|
||||
%{compat-bsd: \
|
||||
%{!YP,*:%{p:-Y P,/usr/ucblib:/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \
|
||||
%{pg:-Y P,/usr/ucblib:/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \
|
||||
%{!p:%{!pg:-Y P,/usr/ucblib:/usr/ccs/lib:/usr/lib}}} \
|
||||
-R /usr/ucblib} \
|
||||
%{!YP,*:%{pg:-Y P,/usr/ucblib:/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \
|
||||
%{!pg:%{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}}} \
|
||||
-R /usr/ucblib} \
|
||||
%{!compat-bsd: \
|
||||
%{!YP,*:%{p:-Y P,/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \
|
||||
%{pg:-Y P,/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \
|
||||
%{!p:%{!pg:-Y P,/usr/ccs/lib:/usr/lib}}}} \
|
||||
%{!YP,*:%{pg:-Y P,/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \
|
||||
%{!pg:%{p:-Y P,/usr/ccs/lib/libp:/usr/lib/libp:/usr/ccs/lib:/usr/lib} \
|
||||
%{!p:-Y P,/usr/ccs/lib:/usr/lib}}}} \
|
||||
%{Qy:} %{!Qn:-Qy}"
|
||||
|
||||
/* This defines which switch letters take arguments.
|
||||
|
Loading…
Reference in New Issue
Block a user