aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2012-01-06 20:29:31 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-01-06 20:29:31 -0800
commit49e77ac26c5e021feb1d860557033e9e89bc338a (patch)
tree224795bd2ce441a89c1b277a87adcf84216264f5
parente4b944c9df64336e4c2dd87be5653077ff6c415c (diff)
parent27e5bbd83212043383dee53c85153d80b4e6d447 (diff)
downloadoprofile-49e77ac26c5e021feb1d860557033e9e89bc338a.tar.gz
Merge "Point to gcc 4.6"
-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 :=