(hppa-hp-hpux1[0-9]*): Handle versions 1X like 10.
(m68*-hp-hpux*): Handle versions 1X like 10.
This commit is contained in:
parent
d96d677d0a
commit
88a806e90d
1 changed files with 2 additions and 2 deletions
|
@ -452,7 +452,7 @@ case "${canonical}" in
|
|||
*.B8.* ) machine=hp9000s300 opsys=hpux8 ;;
|
||||
*.08.* ) machine=hp9000s300 opsys=hpux8 ;;
|
||||
*.09.* ) machine=hp9000s300 opsys=hpux9 ;;
|
||||
*.10.* ) machine=hp9000s300 opsys=hpux9shr ;;
|
||||
*.1[0-9].* ) machine=hp9000s300 opsys=hpux9shr ;;
|
||||
*) machine=hp9000s300 opsys=hpux ;;
|
||||
esac
|
||||
;;
|
||||
|
@ -470,7 +470,7 @@ case "${canonical}" in
|
|||
hppa*-hp-hpux9* )
|
||||
machine=hp800 opsys=hpux9
|
||||
;;
|
||||
hppa*-hp-hpux10* )
|
||||
hppa*-hp-hpux1[0-9]* )
|
||||
machine=hp800 opsys=hpux10
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue