From 0071a731ef49265710fcaa8281ab16eab6dd1316 Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Tue, 8 Mar 1994 12:25:06 +0000 Subject: [PATCH] * config/i386bsd.mh: New file. --- ld/ChangeLog | 4 ++++ ld/config/.Sanitize | 1 + ld/config/i386bsd.mh | 5 +++++ 3 files changed, 10 insertions(+) create mode 100644 ld/config/i386bsd.mh diff --git a/ld/ChangeLog b/ld/ChangeLog index 0133412151b..eb13102082f 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 767c7ce897c..fec3b459b19 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 00000000000..f1cf72abc7f --- /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 -- 2.30.2