summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-12 06:28:39 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-12 06:28:39 +0000
commite4182547e32f49d916a849a51a4efa8590f10636 (patch)
tree182cae8406c01b6e238bec75dcda75670bf42f0b /config.guess
parent351d26ea2576e024821632e260906f6b10deb292 (diff)
downloadgcc-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-xconfig.guess6
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