diff options
author | Mark Klein <mklein@dis.com> | 1998-08-30 20:17:13 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-30 14:17:13 -0600 |
commit | c4acd909d504a0b768162f3ba267e45730d1c3b3 (patch) | |
tree | 9ee0993a3c454351edcbddad898cd6e2ee6e9f2b /config.guess | |
parent | 9862dea9245ee7727f7c48ac542fa3972808f01c (diff) | |
download | gcc-c4acd909d504a0b768162f3ba267e45730d1c3b3.tar.gz |
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-x | config.guess | 3 |
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 ;; |