mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:22:56 +08:00
Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation
environment.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user