mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 08:02:20 +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 ;;
|
bsd) my_host=hp300bsd ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
apollo*)
|
||||||
|
case "${host_os}" in
|
||||||
|
sysv*) my_host=apollov68 ;;
|
||||||
|
bsd*) my_host=apollo68;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
sony) my_host=news ;;
|
sony) my_host=news ;;
|
||||||
sun) my_host=sun3 ;;
|
sun) my_host=sun3 ;;
|
||||||
esac
|
esac
|
||||||
|
Reference in New Issue
Block a user