]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
linux64.h (STARTFILE_SPEC32, [...]): Kill hardcoded paths.
authorDavid S. Miller <davem@redhat.com>
Mon, 30 Sep 2002 05:45:04 +0000 (22:45 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Mon, 30 Sep 2002 05:45:04 +0000 (22:45 -0700)
2002-09-29  David S. Miller  <davem@redhat.com>

* config/sparc/linux64.h (STARTFILE_SPEC32, ENDFILE_SPEC32): Kill
hardcoded paths.

From-SVN: r57636

gcc/ChangeLog
gcc/config/sparc/linux64.h

index b7265898d51bc25614d2d57d71efa917c114f756..97d5b9897d2225d10d0dfd3fe7e76750aa0143fc 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-29  David S. Miller  <davem@redhat.com>
+
+       * config/sparc/linux64.h (STARTFILE_SPEC32, ENDFILE_SPEC32): Kill
+       hardcoded paths.
+
 2002-09-27  Alexander N. Kabaev <ak03@gte.com>
 
        PR preprocessor/8055
index 1dfd97ff919f383cc4c6cc66bc0fdeca2b3d619b..4e929162c42603a22d16c8704b4d3608b3c786be 100644 (file)
@@ -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"