diff options
author | Ian Lance Taylor <ian@cygnus.com> | 1998-12-09 01:03:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@cygnus.com> | 1998-12-09 01:03:52 +0000 |
commit | 1e58d7cc98f94cf4fc3a56d062c8bc8b1e9acbe7 (patch) | |
tree | cffb2fbdf70116678b429fa67e5017060ca3230d /config.guess | |
parent | c0ca703bd4183db7689bff4f0e36b1502c01c64f (diff) | |
download | emacs-1e58d7cc98f94cf4fc3a56d062c8bc8b1e9acbe7.tar.gz |
Check for hppa1.0-hp-mpeix
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
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 ;; |