From 4e82d1fa7f3fb1ecfa6cbd8b8ddcb6c0c0e17d1d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 20 Apr 2012 19:04:56 -0700 Subject: [PATCH] On linux, always use the prebuilt host toolchain Change-Id: I8077c4780e1e3540e5e2133cf0ffa61d474d3acc --- core/combo/HOST_linux-x86.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/combo/HOST_linux-x86.mk b/core/combo/HOST_linux-x86.mk index 6cee6ea4a..a4da5ce50 100644 --- a/core/combo/HOST_linux-x86.mk +++ b/core/combo/HOST_linux-x86.mk @@ -32,7 +32,6 @@ endef # which is loaded by the 64-bit JVM through JNI), will have to use # LOCAL_CC and LOCAL_CXX to override this. # -ifeq ($(TARGET_PRODUCT),sdk) HOST_SDK_TOOLCHAIN_PREFIX := prebuilts/tools/gcc-sdk # Don't do anything if the toolchain is not there ifneq (,$(strip $(wildcard $(HOST_SDK_TOOLCHAIN_PREFIX)/gcc))) @@ -40,7 +39,6 @@ HOST_CC := $(HOST_SDK_TOOLCHAIN_PREFIX)/gcc HOST_CXX := $(HOST_SDK_TOOLCHAIN_PREFIX)/g++ HOST_AR := $(HOST_SDK_TOOLCHAIN_PREFIX)/ar endif # $(HOST_SDK_TOOLCHAIN_PREFIX)/gcc exists -endif # TARGET_PRODUCT == sdk ifneq ($(strip $(BUILD_HOST_64bit)),) # By default we build everything in 32-bit, because it gives us -- 2.11.0