mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
Vax Ultrix changes from David Taylor <taylor@think.com>.
This commit is contained in:
@ -63,9 +63,15 @@ else
|
||||
a29k) bfd_host=ultra3
|
||||
;;
|
||||
|
||||
tahoe | vax)
|
||||
tahoe)
|
||||
bfd_host=${host_cpu}
|
||||
;;
|
||||
vax)
|
||||
case "${host_os}" in
|
||||
ultrix) bfd_host=vaxult ;;
|
||||
*) bfd_host=vax ;;
|
||||
esac
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
@ -106,6 +112,7 @@ sun)
|
||||
dec)
|
||||
case "${target_cpu}" in
|
||||
mips) bfd_target=dec3100 ;;
|
||||
vax) bfd_target=vax ;;
|
||||
esac
|
||||
;;
|
||||
hp)
|
||||
|
Reference in New Issue
Block a user