aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-03-13 17:36:19 +0000
committerIan Lance Taylor <ian@airs.com>1995-03-13 17:36:19 +0000
commit0259fc7399b64a59d060d2f843a48bcc6768de0d (patch)
tree153cfb6e33ddfddc6d384e0df85311d20de08090
parent890b53ef65545246bcb8eecbb685375766d227cb (diff)
downloadgdb-0259fc7399b64a59d060d2f843a48bcc6768de0d.zip
gdb-0259fc7399b64a59d060d2f843a48bcc6768de0d.tar.gz
gdb-0259fc7399b64a59d060d2f843a48bcc6768de0d.tar.bz2
* configure.in (*-hp-hpux[78]*): Use mh-hpux8.
-rw-r--r--configure.in1
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 ;;