diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-12 06:28:39 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-12-12 06:28:39 +0000 |
commit | e4182547e32f49d916a849a51a4efa8590f10636 (patch) | |
tree | 182cae8406c01b6e238bec75dcda75670bf42f0b /config.guess | |
parent | 351d26ea2576e024821632e260906f6b10deb292 (diff) | |
download | gcc-e4182547e32f49d916a849a51a4efa8590f10636.tar.gz |
* config.guess: Add BeOS support.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17059 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.guess b/config.guess index 34d431b9183..0c31bbb67af 100755 --- a/config.guess +++ b/config.guess @@ -771,6 +771,12 @@ EOF echo mips-unknown-sysv${UNAME_RELEASE} fi exit 0 ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit 0 ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 |