diff options
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/.Sanitize | 1 | ||||
-rw-r--r-- | ld/config/i386bsd.mh | 5 |
2 files changed, 6 insertions, 0 deletions
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 |