mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation
environment.
This commit is contained in:
parent
570556da54
commit
b6422192ea
@ -47,6 +47,12 @@ m68k)
|
||||
bsd) my_host=hp300bsd ;;
|
||||
esac
|
||||
;;
|
||||
apollo*)
|
||||
case "${host_os}" in
|
||||
sysv*) my_host=apollov68 ;;
|
||||
bsd*) my_host=apollo68;;
|
||||
esac
|
||||
;;
|
||||
sony) my_host=news ;;
|
||||
sun) my_host=sun3 ;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user