From e4182547e32f49d916a849a51a4efa8590f10636 Mon Sep 17 00:00:00 2001
From: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Fri, 12 Dec 1997 06:28:39 +0000
Subject: [PATCH]         * config.guess: Add BeOS support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17059 138bc75d-0d04-0410-961f-82ee72b054a4
---
 ChangeLog    | 4 ++++
 config.guess | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 6cc0ce1cd33a..d6f8c35e903e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
+
+	* config.guess: Add BeOS support.
+
 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
 
 	* configure (gxx_include_dir): Fix thinko.
diff --git a/config.guess b/config.guess
index 34d431b91830..0c31bbb67af2 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
-- 
GitLab