diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/config/.Sanitize | 1 | ||||
-rw-r--r-- | ld/config/i386bsd.mh | 5 |
3 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0133412..eb13102 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Tue Mar 8 04:22:27 1994 David J. Mackenzie (djm@rtl.cygnus.com) + + * config/i386bsd.mh: New file. + Mon Mar 7 15:23:24 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * elf.sc: Permit TEXT_START_SYMBOLS and DATA_START_SYMBOLS to be diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 767c7ce..fec3b45 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -48,6 +48,7 @@ i386-elf.mt i386-linux.mt i386-lynx.mt i386-mach.mt +i386bsd.mh i386sco.mh i386v.mh i386v.mt diff --git a/ld/config/i386bsd.mh b/ld/config/i386bsd.mh new file mode 100644 index 0000000..f1cf72a --- /dev/null +++ b/ld/config/i386bsd.mh @@ -0,0 +1,5 @@ +# The new BSD `make' has a bug: it doesn't pass empty arguments in +# shell commands. So we need to make this value non-empty in order +# for the genscripts.sh call to work. There's nothing magic about +# the value `/lib'; it's just a dummy. +NATIVE_LIB_DIRS = /lib |