diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-22 18:36:39 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-22 18:36:39 -0400 |
commit | 0174edeef0c360570c5240c7186163efd546b6f3 (patch) | |
tree | 24950351849e8e78f5ec942788a19badb8a26c60 /gcc | |
parent | 6dd685198356bd27e08dd0151b198eeca5487107 (diff) | |
download | gcc-0174edeef0c360570c5240c7186163efd546b6f3.zip gcc-0174edeef0c360570c5240c7186163efd546b6f3.tar.gz gcc-0174edeef0c360570c5240c7186163efd546b6f3.tar.bz2 |
(mips:*:4*:UMIPS): New case.
From-SVN: r10027
Diffstat (limited to 'gcc')
-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 19066fb..478c406 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 ;; |