summaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-30 20:17:13 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-08-30 20:17:13 +0000
commit5e6f60dc46099a961209807a7d7e27f5b6661ac4 (patch)
tree9ee0993a3c454351edcbddad898cd6e2ee6e9f2b /config.guess
parent366703755a532b050e34c55be9b8d3f35162dcf8 (diff)
downloadppe42-gcc-5e6f60dc46099a961209807a7d7e27f5b6661ac4.tar.gz
ppe42-gcc-5e6f60dc46099a961209807a7d7e27f5b6661ac4.zip
* config.guess: Detect and handle MPE/IX.
* config.sub: Deal with MPE/IX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22108 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index b7c8f5d16e8..7e734ac640f 100755
--- a/config.guess
+++ b/config.guess
@@ -354,6 +354,9 @@ EOF
hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
echo m68k-hp-bsd4.4
exit 0 ;;
+ *9??*:MPE/iX:*:*)
+ echo hppa1.0-hp-mpeix
+ exit 0 ;;
9000/[3478]??:HP-UX:*:*)
case "${UNAME_MACHINE}" in
9000/31? ) HP_ARCH=m68000 ;;
OpenPOWER on IntegriCloud