aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorFred Fish <fnf@ninemoons.com>1997-12-12 06:28:39 +0000
committerJeffrey A Law <law@cygnus.com>1997-12-12 06:28:39 +0000
commitd9fb95142ccd6e3a2822ba6295f15cd12eb27439 (patch)
tree182cae8406c01b6e238bec75dcda75670bf42f0b /config.guess
parentadc6348bf53eb8a29f51f3d7e4d5287ee36fc065 (diff)
* config.guess: Add BeOS support.
git-svn-id: https://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