Patches from pirker@eiunix.tuwien.ac.at (Martin Pirker).
authorIan Lance Taylor <ian@airs.com>
Thu, 17 Nov 1994 20:11:15 +0000 (20:11 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 17 Nov 1994 20:11:15 +0000 (20:11 +0000)
* config/i386linux.mh: New file; set HOSTING_CRT0.
* genscripts.sh: Don't put ${libdir} in LIB_PATH if it is
/usr/lib, since that is already in LIB_PATH.

ld/ChangeLog
ld/config/.Sanitize
ld/config/i386linux.mh [new file with mode: 0644]

index 062a1b3d52735c6b495aa0aba568e85c27a7e330..cfeb05a44ffa12f7d33255f83c068b714b2fae38 100644 (file)
@@ -1,3 +1,10 @@
+Thu Nov 17 14:39:48 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       Patches from pirker@eiunix.tuwien.ac.at (Martin Pirker).
+       * config/i386linux.mh: New file; set HOSTING_CRT0.
+       * genscripts.sh: Don't put ${libdir} in LIB_PATH if it is
+       /usr/lib, since that is already in LIB_PATH.
+
 Wed Nov 16 10:03:03 1994  Jeff Law  (law@snake.cs.utah.edu)
 
        * scripttempl/hppaelf.sc (.text): Handle a use rdefined text start
index 47d0ef82babe0b0662d4b9e6c6de3fff8753f576..6f992decda36af39ad7af62ace24d16c92e01837 100644 (file)
@@ -53,6 +53,7 @@ i386-mach.mt
 i386-nbsd.mt
 i386-nw.mt
 i386bsd.mh
+i386linux.mh
 i386lynx.mh
 i386sco.mh
 i386v.mh
diff --git a/ld/config/i386linux.mh b/ld/config/i386linux.mh
new file mode 100644 (file)
index 0000000..052baff
--- /dev/null
@@ -0,0 +1,2 @@
+# Linux apparently puts crt0.o in /usr/lib, not /lib.
+HOSTING_CRT0=/usr/lib/crt0.o