diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-30 20:17:13 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-08-30 20:17:13 +0000 |
commit | 5e6f60dc46099a961209807a7d7e27f5b6661ac4 (patch) | |
tree | 9ee0993a3c454351edcbddad898cd6e2ee6e9f2b /config.guess | |
parent | 366703755a532b050e34c55be9b8d3f35162dcf8 (diff) | |
download | gcc-5e6f60dc46099a961209807a7d7e27f5b6661ac4.tar.gz |
* config.guess: Detect and handle MPE/IX.
* config.sub: Deal with MPE/IX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22108 138bc75d-0d04-0410-961f-82ee72b054a4
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 ;; |