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-04-20 12:43:49 -0700
commita144541a3257e3992dbeb0d4397ab1fcdd593d27 (patch)
tree307dc4318ff1e66447deddf46b1dd64a647882d2
parent759316d430eb3a7daad839768232aae98600838f (diff)
downloadoprofile-a144541a3257e3992dbeb0d4397ab1fcdd593d27.tar.gz
Point to gcc 4.6
Change-Id: I2f657b568011b501236dfed808db075629407b47
-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 :=