1999-01-25 Ben Elliston <bje@cygnus.com>

* config.sub: Synchronise with master FSF version. Add detection
	for HP MPE/iX.
This commit is contained in:
Ben Elliston 1999-01-25 02:58:37 +00:00
parent ffe3e83d52
commit ca42d3ee85
2 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,8 @@
* config.guess: Synchronise with master FSF version. Add detection
for HP MPE/iX.
* config.sub: Likewise.
1999-01-23 Ben Elliston <bje@cygnus.com>
* config.guess: Catch more NILE system models. Contributed by

9
config.sub vendored
View File

@ -345,6 +345,10 @@ case $basic_machine in
hppa-next)
os=-nextstep3
;;
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
@ -715,7 +719,7 @@ case $os in
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv* | -beos* | -rhapsody* \
| -openstep*)
| -openstep* | -mpeix*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-linux*)
@ -921,6 +925,9 @@ case $basic_machine in
-hpux*)
vendor=hp
;;
-mpeix*)
vendor=hp
;;
-hiux*)
vendor=hitachi
;;