diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-05 17:41:05 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-05 17:41:05 +0000 |
commit | 9117f6093aab664c83b3f8e69ac9f44b4a554120 (patch) | |
tree | cad34f25a4a35c27570d5e6a2294370fe9fa1d84 /configure.in | |
parent | b91b311bd72688391ac4fadbd5ad41fc3ba17c40 (diff) | |
download | gdb-9117f6093aab664c83b3f8e69ac9f44b4a554120.zip gdb-9117f6093aab664c83b3f8e69ac9f44b4a554120.tar.gz gdb-9117f6093aab664c83b3f8e69ac9f44b4a554120.tar.bz2 |
* configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
* config.guess: Recognize Hitachi's HIUX.
* config.sub: Recognize h3050r* and hppahitachi.
Remove redundant cases for hp9k[23]*.
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 8cad8e8..dce37ac 100644 --- a/configure.in +++ b/configure.in @@ -106,6 +106,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 ;; + *-*-hiux*) 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 ;; |