diff options
author | David D. Zuhn <zoo@cygnus> | 1993-07-16 20:15:19 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-07-16 20:15:19 +0000 |
commit | 3cbe92bdefb3d7262f7196c7af898c2a70a68536 (patch) | |
tree | 7e57c2dbf6b0bc6493dd5eec322b82e192aca767 /configure.in | |
parent | b48eb8b7e300cfc169b9331193ca809413114ea4 (diff) | |
download | gdb-3cbe92bdefb3d7262f7196c7af898c2a70a68536.zip gdb-3cbe92bdefb3d7262f7196c7af898c2a70a68536.tar.gz gdb-3cbe92bdefb3d7262f7196c7af898c2a70a68536.tar.bz2 |
use mh-lynxos host fragment
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 536db79..ddd44c9 100644 --- a/configure.in +++ b/configure.in @@ -92,6 +92,7 @@ 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 ;; |