diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.guess | 6 |
2 files changed, 10 insertions, 0 deletions
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 <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 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 |