aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-04-20 13:05:16 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-04-20 13:05:16 -0700
commitb8927e3cf42594785896f4c8afe811f57ccb9fa1 (patch)
treea212f88d4ffd0fae85cf958b0e156f33cc6c8d8d
parenta144541a3257e3992dbeb0d4397ab1fcdd593d27 (diff)
downloadoprofile-b8927e3cf42594785896f4c8afe811f57ccb9fa1.tar.gz
Revert "Point to gcc 4.6"
This reverts commit a144541a3257e3992dbeb0d4397ab1fcdd593d27.
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index f5578b1..4e431d5 100644
--- a/common.mk
+++ b/common.mk
@@ -35,7 +35,7 @@ common_target_cflags := $(common_cflags)
HAVE_LIBBFD := false
ifeq ($(TARGET_ARCH),arm)
-toolchain := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-4.6
+toolchain := prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-linux-androideabi-4.4.x
common_host_c_includes := $(common_c_includes) $(toolchain)/include
common_host_cflags := $(common_cflags) -fexceptions -DANDROID_HOST -DHAVE_XCALLOC
common_host_ldlibs_libiconv :=