diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-01-11 09:00:41 -0800 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-01-11 09:00:41 -0800 |
commit | d75dbec617307ecb7c728201a4da82f1177ff742 (patch) | |
tree | 4f1ce5b4cb2dc186bbe73705006213660cb6232e | |
parent | 1b834c6660c80d376151e977466e1622b67a2af0 (diff) | |
download | build-d75dbec617307ecb7c728201a4da82f1177ff742.zip build-d75dbec617307ecb7c728201a4da82f1177ff742.tar.gz build-d75dbec617307ecb7c728201a4da82f1177ff742.tar.bz2 |
Revert "Reference new location of SDK toolchain"
This reverts commit 1b834c6660c80d376151e977466e1622b67a2af0.
-rw-r--r-- | core/combo/HOST_linux-x86.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/HOST_linux-x86.mk b/core/combo/HOST_linux-x86.mk index 50cd269..7df2893 100644 --- a/core/combo/HOST_linux-x86.mk +++ b/core/combo/HOST_linux-x86.mk @@ -33,7 +33,7 @@ endef # LOCAL_CC and LOCAL_CXX to override this. # ifeq ($(TARGET_PRODUCT),sdk) -HOST_SDK_TOOLCHAIN_PREFIX := prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux +HOST_SDK_TOOLCHAIN_PREFIX := prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/i686-linux # Don't do anything if the toolchain is not there ifneq (,$(strip $(wildcard $(HOST_SDK_TOOLCHAIN_PREFIX)-gcc))) HOST_CC := $(HOST_SDK_TOOLCHAIN_PREFIX)-gcc |