Add configuration information for NetBSD/alpha.
This commit is contained in:
parent
f6b272d632
commit
c5dd236491
9
gnu/dist/ld/configure.host
vendored
9
gnu/dist/ld/configure.host
vendored
@ -28,6 +28,15 @@ alpha-*-*)
|
||||
NATIVE_LIB_DIRS=/usr/ccs/lib
|
||||
;;
|
||||
|
||||
alpha-*-netbsd*)
|
||||
# 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
|
||||
;;
|
||||
|
||||
i[3456]86-*-bsd* | i[3456]86-*-freebsd* | i[3456]86-*-netbsd*)
|
||||
# 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
|
||||
|
1
gnu/dist/ld/configure.tgt
vendored
1
gnu/dist/ld/configure.tgt
vendored
@ -163,6 +163,7 @@ alpha-*-linux*) targ_emul=elf64alpha targ_extra_emuls=alpha
|
||||
alpha-*-osf*) targ_emul=alpha ;;
|
||||
alpha-*-gnu*) targ_emul=elf64alpha ;;
|
||||
alpha-*-netware*) targ_emul=alpha ;;
|
||||
alpha-*-netbsd*) targ_emul=elf64alpha ;;
|
||||
z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
|
||||
ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532macha ;;
|
||||
ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;
|
||||
|
Loading…
Reference in New Issue
Block a user