From: Ian Lance Taylor Date: Wed, 9 Dec 1998 01:03:52 +0000 (+0000) Subject: Check for hppa1.0-hp-mpeix X-Git-Tag: emacs-20.4~1113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e58d7cc98f94cf4fc3a56d062c8bc8b1e9acbe7;p=emacs.git Check for hppa1.0-hp-mpeix --- diff --git a/config.guess b/config.guess index 6e823367ef9..3d32f76a7c9 100755 --- a/config.guess +++ b/config.guess @@ -442,6 +442,9 @@ EOF 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 ;;