Put vax in the "nbsd" emulation.
This commit is contained in:
parent
35db5d3725
commit
09c7751d41
3
gnu/dist/toolchain/gas/configure
vendored
3
gnu/dist/toolchain/gas/configure
vendored
@ -1897,7 +1897,8 @@ EOF
|
||||
v850e-*-*) fmt=elf bfd_gas=yes ;;
|
||||
v850ea-*-*) fmt=elf bfd_gas=yes ;;
|
||||
|
||||
vax-*-netbsd | vax-*-bsd* | vax-*-ultrix*)
|
||||
vax-*-netbsd*) fmt=aout em=nbsd ;;
|
||||
vax-*-bsd* | vax-*-ultrix*)
|
||||
fmt=aout ;;
|
||||
vax-*-vms) fmt=vms ;;
|
||||
|
||||
|
4
gnu/dist/toolchain/gas/configure.in
vendored
4
gnu/dist/toolchain/gas/configure.in
vendored
@ -371,7 +371,9 @@ changequote([,])dnl
|
||||
v850e-*-*) fmt=elf bfd_gas=yes ;;
|
||||
v850ea-*-*) fmt=elf bfd_gas=yes ;;
|
||||
|
||||
vax-*-netbsd | vax-*-bsd* | vax-*-ultrix*)
|
||||
vax-*-netbsd*)
|
||||
fmt=aout em=nbsd ;;
|
||||
vax-*-bsd* | vax-*-ultrix*)
|
||||
fmt=aout ;;
|
||||
vax-*-vms) fmt=vms ;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user