diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-06-22 22:36:39 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-06-22 22:36:39 +0000 |
commit | 74d8e6f10817644b294930cec533011e5aee827e (patch) | |
tree | 24950351849e8e78f5ec942788a19badb8a26c60 /gcc/config.guess | |
parent | d8ffad4d7ab852caae4a2ccdfe21237594361dc5 (diff) | |
download | ppe42-gcc-74d8e6f10817644b294930cec533011e5aee827e.tar.gz ppe42-gcc-74d8e6f10817644b294930cec533011e5aee827e.zip |
(mips:*:4*:UMIPS): New case.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10027 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-x | gcc/config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 19066fbacc8..478c4060742 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -114,6 +114,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit 0 ;; + mips:*:4*:UMIPS) + echo mips-mips-riscos4sysv + exit 0 ;; mips:*:5*:RISCos) echo mips-mips-riscos${UNAME_RELEASE} exit 0 ;; |