Moved FreeBSD setup to define a freebsd build platform. GCC4 apparently also requires the use of GNU Make, so told the build_cross_tools script to use 'gmake' instead of 'make' on BSD systems.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15024 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn
2005-11-18 16:35:32 +00:00
parent 55d6d70ee5
commit 307807f2da
3 changed files with 10 additions and 5 deletions
Vendored
+1 -1
View File
@@ -231,7 +231,7 @@ case "${platform}" in
esac
;;
Linux) buildPlatform=linux ;;
FreeBSD) buildPlatform=linux ;;
FreeBSD) buildPlatform=freebsd ;;
*) echo Unsupported platform: ${platform}
exit 1 ;;
esac