diff options
author | Sean Eric Fagan <sef@cygnus> | 1992-02-10 23:43:56 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1992-02-10 23:43:56 +0000 |
commit | dd16baba0b8123d058f7e6db9da81c7103717fbc (patch) | |
tree | e9263bea63fee7970fafb38ed2d4290355eef0fa /configure.in | |
parent | 93deef92f4154fcba5de7fe78b4f875bee5a872e (diff) | |
download | gdb-dd16baba0b8123d058f7e6db9da81c7103717fbc.zip gdb-dd16baba0b8123d058f7e6db9da81c7103717fbc.tar.gz gdb-dd16baba0b8123d058f7e6db9da81c7103717fbc.tar.bz2 |
Added support for OS/68k (as a target) and Apollo Series 400's (as
a host).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index cacfd02..2ef4889 100644 --- a/configure.in +++ b/configure.in @@ -23,6 +23,10 @@ esac case "${host_vendor}" in sco*) host_makefile_frag=config/mh-sco ;; +apollo*) case "${host_cpu}" in + m68k*) + host_makefile_frag=config/mh-apollo68 ;; + esac ;; esac # per-target: |