Commit c4acd909 by Mark Klein Committed by Jeff Law

config.guess: Detect and handle MPE/IX.

        * config.guess: Detect and handle MPE/IX.
        * config.sub: Deal with MPE/IX.

From-SVN: r22108
parent 9862dea9
Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
* config.guess: Detect and handle MPE/IX.
* config.sub: Deal with MPE/IX.
Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu> Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
* configure.in: Use mh-aix43. * configure.in: Use mh-aix43.
......
...@@ -354,6 +354,9 @@ EOF ...@@ -354,6 +354,9 @@ EOF
hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
echo m68k-hp-bsd4.4 echo m68k-hp-bsd4.4
exit 0 ;; exit 0 ;;
*9??*:MPE/iX:*:*)
echo hppa1.0-hp-mpeix
exit 0 ;;
9000/[3478]??:HP-UX:*:*) 9000/[3478]??:HP-UX:*:*)
case "${UNAME_MACHINE}" in case "${UNAME_MACHINE}" in
9000/31? ) HP_ARCH=m68000 ;; 9000/31? ) HP_ARCH=m68000 ;;
......
...@@ -417,6 +417,9 @@ case $basic_machine in ...@@ -417,6 +417,9 @@ case $basic_machine in
basic_machine=hppa1.1-hp basic_machine=hppa1.1-hp
os=-proelf os=-proelf
;; ;;
hp3k9[0-9][0-9] | hp9[0-9][0-9])
basic_machine=hppa1.0-hp
;;
hp9k2[0-9][0-9] | hp9k31[0-9]) hp9k2[0-9][0-9] | hp9k31[0-9])
basic_machine=m68000-hp basic_machine=m68000-hp
;; ;;
...@@ -909,7 +912,7 @@ case $os in ...@@ -909,7 +912,7 @@ case $os in
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
| -mingw32* | -linux-gnu* | -uxpv*) | -mingw32* | -linux-gnu* | -uxpv* | -mpeix*)
# Remember, each alternative MUST END IN *, to match a version number. # Remember, each alternative MUST END IN *, to match a version number.
;; ;;
# CYGNUS LOCAL # CYGNUS LOCAL
...@@ -1161,8 +1164,11 @@ case $basic_machine in ...@@ -1161,8 +1164,11 @@ case $basic_machine in
vendor=be vendor=be
;; ;;
-hpux*) -hpux*)
vendor=hp vendor=hp
;; ;;
-mpeix*)
vendor=hp
;;
-hiux*) -hiux*)
vendor=hitachi vendor=hitachi
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment