From: Sean Eric Fagan Date: Tue, 14 Apr 1992 21:32:34 +0000 (+0000) Subject: Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6422192ea9a1bdeb5aaf4aafc81bf166162c894;p=binutils-gdb.git Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation environment. --- diff --git a/ld/configure.in b/ld/configure.in index 8e24810441b..014d6e663c3 100644 --- a/ld/configure.in +++ b/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