diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-01 10:13:55 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-01 10:13:55 +0000 |
commit | f9c02c172ba6936ce4cd86630bb8fbea73c5ccad (patch) | |
tree | 7f6d224310ee108a7a687ac4a1cc70cc018fff1d /gnu/usr.bin/binutils/ld/configure.host | |
parent | d080ea5049ab624c45e74ed1b12996f7aa19e674 (diff) |
Add OpenBSD/alpha support
Diffstat (limited to 'gnu/usr.bin/binutils/ld/configure.host')
-rw-r--r-- | gnu/usr.bin/binutils/ld/configure.host | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/ld/configure.host b/gnu/usr.bin/binutils/ld/configure.host index 510f958a8f4..778e5cb7906 100644 --- a/gnu/usr.bin/binutils/ld/configure.host +++ b/gnu/usr.bin/binutils/ld/configure.host @@ -22,6 +22,15 @@ alpha-*-linux*) HOSTING_CRT0=/usr/lib/crt0.o ;; +alpha-*-openbsd*) + # 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 + HOSTING_CRT0=/usr/lib/crt0.o + ;; + alpha-*-*) HOSTING_CRT0=/usr/ccs/lib/crt0.o NATIVE_LIB_DIRS=/usr/ccs/lib |