aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-04-20 15:51:59 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-04-20 15:51:59 -0700
commit0c328eae6ea431cc7014502403830ae2b5bc1210 (patch)
treed9e44bd1756530f4e108cb52387926ef7e02c099
parentd39024022778b3cd3f1d88d5cc1a330f023203be (diff)
parentf76576255910adee2a08096eada4f82dbbe7a901 (diff)
downloadoprofile-0c328eae6ea431cc7014502403830ae2b5bc1210.tar.gz
Merge "Point to gcc 4.6"android-sdk-adt_r20tools_r20
-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 :=