aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-01-06 10:33:39 -0800
committerJean-Baptiste Queru <jbq@google.com>2012-01-06 10:33:39 -0800
commit27e5bbd83212043383dee53c85153d80b4e6d447 (patch)
treecd383c048ff68593529d5686d567d9b5a7f8e008
parent529d868851ce83328c89429d256e68afe320c51d (diff)
downloadoprofile-27e5bbd83212043383dee53c85153d80b4e6d447.tar.gz
Point to gcc 4.6
Change-Id: I2bd6554f3636f6701d73d60d616ffc0cc480687d
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
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 :=