This check doesn't work when used inside linux32... just remove it. Use linux32 ./configure --use-32bit

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30779 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2009-05-17 02:44:44 +00:00
parent eacc46fabe
commit a21fdd20f1
Vendored
-7
View File
@@ -349,13 +349,6 @@ while [ $# -gt 0 ] ; do
esac
done
# check for a 64bit platform
case "${platformMachine}" in
x86_64) use32bit=1 ;;
*) echo Assuming 32-bit machine: "$platformMachine"
use32bit=0 ;;
esac
# detect the build platform
case "${platform}" in
BeOS) revision=`uname -r`