diff options
author | Sean Eric Fagan <sef@cygnus> | 1992-04-14 21:32:34 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1992-04-14 21:32:34 +0000 |
commit | b6422192ea9a1bdeb5aaf4aafc81bf166162c894 (patch) | |
tree | b5f833c3e35ac9317f456b2492c3a4a8d5dfc6b8 /ld/configure.in | |
parent | 570556da546f8cf5ebc058d7d59bc5469d78ba0b (diff) | |
download | gdb-b6422192ea9a1bdeb5aaf4aafc81bf166162c894.zip gdb-b6422192ea9a1bdeb5aaf4aafc81bf166162c894.tar.gz gdb-b6422192ea9a1bdeb5aaf4aafc81bf166162c894.tar.bz2 |
Changed to allow hosting on an Apollo Series 400 under the BSD4.3 emulation
environment.
Diffstat (limited to 'ld/configure.in')
-rw-r--r-- | ld/configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/configure.in b/ld/configure.in index 8e24810..014d6e6 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 |