From aa1af37d8b3c3a21eb4cac4a225225425b50d08c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Wed, 11 Jan 2012 09:00:27 -0800 Subject: Revert "Reference new location of SDK toolchain" This reverts commit 6e8d9298782ce4d5a7d506638ced4de0396735f9. --- android-configure.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'android-configure.sh') diff --git a/android-configure.sh b/android-configure.sh index 638c8cf..6d25d20 100755 --- a/android-configure.sh +++ b/android-configure.sh @@ -119,11 +119,7 @@ fi # On Linux, try to use our 32-bit prebuilt toolchain to generate binaries # that are compatible with Ubuntu 8.04 if [ -z "$CC" -a -z "$OPTION_CC" -a "$HOST_OS" = linux -a "$OPTION_TRY_64" != "yes" ] ; then - if [ -d `dirname $0`/../../prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux-gcc] ; then - HOST_CC=`dirname $0`/../../prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux-gcc - HOST_CC=`dirname $0`/../../prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/i686-linux-gcc - else - fi + HOST_CC=`dirname $0`/../../prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/i686-linux-gcc if [ -f "$HOST_CC" ] ; then echo "Using prebuilt 32-bit toolchain: $HOST_CC" CC="$HOST_CC" -- cgit v1.1