From 0259fc7399b64a59d060d2f843a48bcc6768de0d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 13 Mar 1995 17:36:19 +0000 Subject: [PATCH] * configure.in (*-hp-hpux[78]*): Use mh-hpux8. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 3ef709c136..6020f27381 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 ;;