changeset 23836:60713925e762

Check for hppa1.0-hp-mpeix
author Ian Lance Taylor <ian@cygnus.com>
date Wed, 09 Dec 1998 01:03:52 +0000
parents ad04307ef465
children 5351ccb857f6
files config.guess
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config.guess	Wed Dec 09 00:03:09 1998 +0000
+++ b/config.guess	Wed Dec 09 01:03:52 1998 +0000
@@ -442,6 +442,9 @@
     9000/8??:4.3bsd:*:*)
 	echo hppa1.0-hp-bsd
 	exit 0 ;;
+    *9??*:MPE*:*:*)
+	echo hppa1.0-hp-mpeix
+	exit 0 ;;
     hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
 	echo hppa1.1-hp-osf
 	exit 0 ;;