diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-08-17 18:20:40 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-08-17 18:20:40 -0400 |
commit | 7e1d482b8ca91238217fd6192907f6c9ba90ca51 (patch) | |
tree | 3479a4806ec973f87b8557349d52781187b13cb4 | |
parent | e650cbda8f5c83228925a222d2690c606755df29 (diff) | |
download | gcc-7e1d482b8ca91238217fd6192907f6c9ba90ca51.zip gcc-7e1d482b8ca91238217fd6192907f6c9ba90ca51.tar.gz gcc-7e1d482b8ca91238217fd6192907f6c9ba90ca51.tar.bz2 |
*** empty log message ***
From-SVN: r7940
-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 335acb1..529e53f 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -90,6 +90,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in echo m88k-dg-dguxbcs${UNAME_RELEASE} fi exit 0 ;; + M88*:DolphinOS:*:*) # DolphinOS (SVR3) + echo m88k-dolphin-sysv3 + exit 0 ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 |