From 459d6c3f2dd280ebb22d8a9b1ae124454e0fd3bd Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 5 Feb 2012 14:36:02 +0900 Subject: [PATCH] Add the final changes to get configure working for android. --- tools/cross/droid/cross-configure.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/cross/droid/cross-configure.sh b/tools/cross/droid/cross-configure.sh index 79b273000..9ac1a44d2 100755 --- a/tools/cross/droid/cross-configure.sh +++ b/tools/cross/droid/cross-configure.sh @@ -5,6 +5,8 @@ export PATH=$ANDROID_NDK_ROOT/android-14-toolchain/bin:$PATH ../configure \ --build=x86_64-unknown-linux-gnu \ --with-sysroot=$ANDROID_SYSROOT \ - --host=arm-linux-androideabi --with-endian=little \ + --host=arm-linux-androideabi \ + --with-endian=little \ + --disable-sdl \ $*