Browse Source

Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation

environment.
gdb-4_18-branch
Sean Eric Fagan 35 years ago
parent
commit
b6422192ea
  1. 6
      ld/configure.in

6
ld/configure.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

Loading…
Cancel
Save