diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-11-17 20:11:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-11-17 20:11:15 +0000 |
commit | 60822a364f5d1382f5cfff13fe44d7a5f11b212c (patch) | |
tree | e1ff1d910835a702e621bf2884da8dc7142b15ca /ld/config | |
parent | cf9557f5ea9675b4e1750cfbda54643cf1fb50d8 (diff) | |
download | gdb-60822a364f5d1382f5cfff13fe44d7a5f11b212c.zip gdb-60822a364f5d1382f5cfff13fe44d7a5f11b212c.tar.gz gdb-60822a364f5d1382f5cfff13fe44d7a5f11b212c.tar.bz2 |
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.
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/.Sanitize | 1 | ||||
-rw-r--r-- | ld/config/i386linux.mh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 47d0ef8..6f992de 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -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 index 0000000..052baff --- /dev/null +++ b/ld/config/i386linux.mh @@ -0,0 +1,2 @@ +# Linux apparently puts crt0.o in /usr/lib, not /lib. +HOSTING_CRT0=/usr/lib/crt0.o |