* config.guess: Add BeOS support.

From-SVN: r17059
This commit is contained in:
Fred Fish 1997-12-12 06:28:39 +00:00 committed by Jeff Law
parent 9cf3ae46c1
commit baf558778c
2 changed files with 10 additions and 0 deletions

View File

@ -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.

6
config.guess vendored
View File

@ -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