summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/ld/configure.host
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-01 10:13:55 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-01 10:13:55 +0000
commitf9c02c172ba6936ce4cd86630bb8fbea73c5ccad (patch)
tree7f6d224310ee108a7a687ac4a1cc70cc018fff1d /gnu/usr.bin/binutils/ld/configure.host
parentd080ea5049ab624c45e74ed1b12996f7aa19e674 (diff)
Add OpenBSD/alpha support
Diffstat (limited to 'gnu/usr.bin/binutils/ld/configure.host')
-rw-r--r--gnu/usr.bin/binutils/ld/configure.host9
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