From 27e5bbd83212043383dee53c85153d80b4e6d447 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 6 Jan 2012 10:33:39 -0800 Subject: [PATCH] Point to gcc 4.6 Change-Id: I2bd6554f3636f6701d73d60d616ffc0cc480687d --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 4e431d5..f5578b1 100644 --- a/common.mk +++ b/common.mk @@ -35,7 +35,7 @@ common_target_cflags := $(common_cflags) HAVE_LIBBFD := false ifeq ($(TARGET_ARCH),arm) -toolchain := prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-linux-androideabi-4.4.x +toolchain := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-4.6 common_host_c_includes := $(common_c_includes) $(toolchain)/include common_host_cflags := $(common_cflags) -fexceptions -DANDROID_HOST -DHAVE_XCALLOC common_host_ldlibs_libiconv :=