diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-03-13 17:36:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-03-13 17:36:19 +0000 |
commit | 0259fc7399b64a59d060d2f843a48bcc6768de0d (patch) | |
tree | 153cfb6e33ddfddc6d384e0df85311d20de08090 | |
parent | 890b53ef65545246bcb8eecbb685375766d227cb (diff) | |
download | gdb-0259fc7399b64a59d060d2f843a48bcc6768de0d.zip gdb-0259fc7399b64a59d060d2f843a48bcc6768de0d.tar.gz gdb-0259fc7399b64a59d060d2f843a48bcc6768de0d.tar.bz2 |
* configure.in (*-hp-hpux[78]*): Use mh-hpux8.
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3ef709c..6020f27 100644 --- a/configure.in +++ b/configure.in @@ -117,6 +117,7 @@ case "${host}" in *-*-solaris2*) host_makefile_frag=config/mh-solaris ;; m68k-sun-*) host_makefile_frag=config/mh-sun3 ;; *-sun-*) host_makefile_frag=config/mh-sun ;; + *-hp-hpux[78]*) host_makefile_frag=config/mh-hpux8 ;; *-hp-hpux*) host_makefile_frag=config/mh-hpux ;; *-*-hiux*) host_makefile_frag=config/mh-hpux ;; rs6000-*-lynxos*) host_makefile_frag=config/mh-lynxrs6k ;; |