changeset 20976:5cf1e81b6381

(hppa*-hp-hpux*): Use hpux10 by default.
author Karl Heuer <kwzh@gnu.org>
date Wed, 25 Feb 1998 22:50:36 +0000
parents 3a8734a5536c
children 1ca384be7f8a
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Feb 25 22:49:45 1998 +0000
+++ b/configure.in	Wed Feb 25 22:50:36 1998 +0000
@@ -483,7 +483,7 @@
       *.B8.* ) machine=hp800 opsys=hpux8 ;;
       *.08.* ) machine=hp800 opsys=hpux8 ;;
       *.09.* ) machine=hp800 opsys=hpux9 ;;
-      *) machine=hp800 opsys=hpux ;;
+      *) machine=hp800 opsys=hpux10 ;;
     esac
   ;;
   hppa*-*-nextstep* )