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.
This commit is contained in:
Ian Lance Taylor 1994-11-17 20:11:15 +00:00
parent cf9557f5ea
commit 60822a364f
3 changed files with 10 additions and 0 deletions

View 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

View File

@ -53,6 +53,7 @@ i386-mach.mt
i386-nbsd.mt
i386-nw.mt
i386bsd.mh
i386linux.mh
i386lynx.mh
i386sco.mh
i386v.mh

2
ld/config/i386linux.mh Normal file
View File

@ -0,0 +1,2 @@
# Linux apparently puts crt0.o in /usr/lib, not /lib.
HOSTING_CRT0=/usr/lib/crt0.o