diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-16 20:17:49 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-16 20:17:49 +0000 |
commit | 07a17a1bae77b957a70abb6d06ff60f29a0ba09a (patch) | |
tree | d3c6d0538b0c113218cc39c45d568f1acd224755 /configure.in | |
parent | 6a17017c4511898d95df1c48bd4ded12240fe451 (diff) | |
download | gdb-07a17a1bae77b957a70abb6d06ff60f29a0ba09a.zip gdb-07a17a1bae77b957a70abb6d06ff60f29a0ba09a.tar.gz gdb-07a17a1bae77b957a70abb6d06ff60f29a0ba09a.tar.bz2 |
use mh-lynxos for *-*-lynxos
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ddd44c9..63a2bef 100644 --- a/configure.in +++ b/configure.in @@ -92,7 +92,6 @@ case "${host}" in mips-sgi-irix4*) host_makefile_frag=config/mh-irix4 ;; mips-sgi-irix3*) host_makefile_frag=config/mh-sysv ;; mips-*-sysv*) host_makefile_frag=config/mh-riscos ;; - i[34]86-*-lynxos*) host_makefile_frag=config/mh-lynxos ;; i[34]86-ncr-sysv4*) host_makefile_frag=config/mh-ncr3000 ;; i[34]86-*-sco*) host_makefile_frag=config/mh-sco ;; i[34]86-*-isc*) host_makefile_frag=config/mh-sysv ;; @@ -106,6 +105,7 @@ case "${host}" in m68k-sun-*) host_makefile_frag=config/mh-sun3 ;; *-sun-*) host_makefile_frag=config/mh-sun ;; *-hp-hpux) host_makefile_frag=config/mh-hpux ;; + *-*-lynxos*) host_makefile_frag=config/mh-lynxos ;; *-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;; *-*-sysv*) host_makefile_frag=config/mh-sysv ;; esac |