diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-29 17:01:25 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-29 17:01:25 -0500 |
commit | 077e4b01177f4ed1a03f7903a8ace2e7bbfa366c (patch) | |
tree | 447eac3c7eb17c7735b4a6555338e8f8984c4f90 /gcc/config.guess | |
parent | 84430d2cc04d5d889e69fc03a0532e1d78f0b6a3 (diff) | |
download | gcc-077e4b01177f4ed1a03f7903a8ace2e7bbfa366c.tar.gz |
(ibmrt): Add more cases for various forms of BSD.
From-SVN: r8581
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-x | gcc/config.guess | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 99302d9206f..de048e05fd9 100755 --- a/gcc/config.guess +++ b/gcc/config.guess @@ -173,8 +173,11 @@ EOF *:AIX:*:*) echo rs6000-ibm-aix exit 0 ;; - ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and 4.4BSD - echo romp-ibm-bsd${UNAME_RELEASE} # and 4.3 with uname added to + ibmrt:4.4BSD:*|romp-ibm:BSD:*) + echo romp-ibm-bsd4.4 + exit 0 ;; + ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and + echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit 0 ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx |