aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9898061d56e..5c253eb583c 100644
--- a/configure.in
+++ b/configure.in
@@ -570,6 +570,9 @@ case "${canonical}" in
570 hppa*-hp-hpux9* ) 570 hppa*-hp-hpux9* )
571 machine=hp800 opsys=hpux9 571 machine=hp800 opsys=hpux9
572 ;; 572 ;;
573 hppa*-hp-hpux10.2* )
574 machine=hp800 opsys=hpux10-20
575 ;;
573 hppa*-hp-hpux10* ) 576 hppa*-hp-hpux10* )
574 machine=hp800 opsys=hpux10 577 machine=hp800 opsys=hpux10
575 ;; 578 ;;