From: David S. Miller Date: Mon, 30 Sep 2002 05:45:04 +0000 (-0700) Subject: linux64.h (STARTFILE_SPEC32, [...]): Kill hardcoded paths. X-Git-Tag: releases/gcc-3.2.1~229 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39853e188251238c69f838a14f5fcc2ae7aa1f96;p=thirdparty%2Fgcc.git linux64.h (STARTFILE_SPEC32, [...]): Kill hardcoded paths. 2002-09-29 David S. Miller * config/sparc/linux64.h (STARTFILE_SPEC32, ENDFILE_SPEC32): Kill hardcoded paths. From-SVN: r57636 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b7265898d51b..97d5b9897d22 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-09-29 David S. Miller + + * config/sparc/linux64.h (STARTFILE_SPEC32, ENDFILE_SPEC32): Kill + hardcoded paths. + 2002-09-27 Alexander N. Kabaev PR preprocessor/8055 diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 1dfd97ff919f..4e929162c426 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -58,8 +58,8 @@ Boston, MA 02111-1307, USA. */ #define STARTFILE_SPEC32 \ "%{!shared: \ - %{pg:/usr/lib/gcrt1.o%s} %{!pg:%{p:/usr/lib/gcrt1.o%s} %{!p:/usr/lib/crt1.o%s}}}\ - /usr/lib/crti.o%s %{static:crtbeginT.o%s}\ + %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}}\ + crti.o%s %{static:crtbeginT.o%s}\ %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}" #define STARTFILE_SPEC64 \ @@ -97,7 +97,7 @@ Boston, MA 02111-1307, USA. */ #undef ENDFILE_SPEC #define ENDFILE_SPEC32 \ - "%{!shared:crtend.o%s} %{shared:crtendS.o%s} /usr/lib/crtn.o%s" + "%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s" #define ENDFILE_SPEC64 \ "%{!shared:crtend.o%s} %{shared:crtendS.o%s} /usr/lib64/crtn.o%s"