mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
1999-04-08 Ben Elliston <bje@cygnus.com>
* config.sub: Handle MPE/iX. Synchronise with the FSF.
This commit is contained in:
parent
013e4fd5f7
commit
53f0e84115
@ -1,3 +1,7 @@
|
||||
1999-04-08 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* config.sub: Handle MPE/iX.
|
||||
|
||||
1999-04-07 Ben Elliston <bje@cygnus.com>
|
||||
|
||||
* config.guess: Add more CLIX machines. From Thomas Dickey.
|
||||
|
7
config.sub
vendored
7
config.sub
vendored
@ -352,6 +352,10 @@ case $basic_machine in
|
||||
basic_machine=hppa1.0-hp
|
||||
os=-mpeix
|
||||
;;
|
||||
hp3k9[0-9][0-9] | hp9[0-9][0-9])
|
||||
basic_machine=hppa1.0-hp
|
||||
os=-mpeix
|
||||
;;
|
||||
i370-ibm* | ibm*)
|
||||
basic_machine=i370-ibm
|
||||
os=-mvs
|
||||
@ -948,6 +952,9 @@ case $basic_machine in
|
||||
-mpeix*)
|
||||
vendor=hp
|
||||
;;
|
||||
-mpeix*)
|
||||
vendor=hp
|
||||
;;
|
||||
-hiux*)
|
||||
vendor=hitachi
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user