From baf558778c5a5c5c1540128b8c26c35576f95007 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Fri, 12 Dec 1997 06:28:39 +0000 Subject: [PATCH] * config.guess: Add BeOS support. From-SVN: r17059 --- ChangeLog | 4 ++++ config.guess | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6cc0ce1cd33..d6f8c35e903 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 11 23:30:51 1997 Fred Fish + + * 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 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