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 14:53:31 -0700
commitf76576255910adee2a08096eada4f82dbbe7a901 (patch)
treed9e44bd1756530f4e108cb52387926ef7e02c099
parentd39024022778b3cd3f1d88d5cc1a330f023203be (diff)
downloadoprofile-f76576255910adee2a08096eada4f82dbbe7a901.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 :=