diff options
author | David MacKenzie <djm@cygnus> | 1994-03-08 12:25:06 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-03-08 12:25:06 +0000 |
commit | 0071a731ef49265710fcaa8281ab16eab6dd1316 (patch) | |
tree | 44d6e83d2b9b7f486bc1ff09aa16d48f6ca7b5cc /ld | |
parent | a6e21fba5101c96512d22c60bc9524f3aac6479d (diff) | |
download | gdb-0071a731ef49265710fcaa8281ab16eab6dd1316.zip gdb-0071a731ef49265710fcaa8281ab16eab6dd1316.tar.gz gdb-0071a731ef49265710fcaa8281ab16eab6dd1316.tar.bz2 |
* config/i386bsd.mh: New file.
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 |