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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user