aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorMark Klein <mklein@dis.com>1998-08-30 20:17:13 +0000
committerJeff Law <law@gcc.gnu.org>1998-08-30 14:17:13 -0600
commitc4acd909d504a0b768162f3ba267e45730d1c3b3 (patch)
tree9ee0993a3c454351edcbddad898cd6e2ee6e9f2b /config.guess
parent9862dea9245ee7727f7c48ac542fa3972808f01c (diff)
downloadgcc-c4acd909d504a0b768162f3ba267e45730d1c3b3.zip
gcc-c4acd909d504a0b768162f3ba267e45730d1c3b3.tar.gz
gcc-c4acd909d504a0b768162f3ba267e45730d1c3b3.tar.bz2
config.guess: Detect and handle MPE/IX.
* config.guess: Detect and handle MPE/IX. * config.sub: Deal with MPE/IX. From-SVN: r22108
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 b7c8f5d..7e734ac 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 ;;