summaryrefslogtreecommitdiffstats
path: root/core/combo/TARGET_linux-arm.mk
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2013-11-14 14:05:29 -0800
committerBen Cheng <bccheng@google.com>2013-11-14 14:05:29 -0800
commit818d7d04f53c56b7daf1917611871ca4e9903c18 (patch)
tree878583a9a349733c82efde530cdcfcec4ede1862 /core/combo/TARGET_linux-arm.mk
parent77f27f1dbe485d80692102743529e6973ba4a121 (diff)
downloadbuild-818d7d04f53c56b7daf1917611871ca4e9903c18.zip
build-818d7d04f53c56b7daf1917611871ca4e9903c18.tar.gz
build-818d7d04f53c56b7daf1917611871ca4e9903c18.tar.bz2
Switch AOSP ARM build to use GCC 4.8.
Change-Id: I65051773153ad5bc2c093cd1313acd212eb427b1
Diffstat (limited to 'core/combo/TARGET_linux-arm.mk')
-rw-r--r--core/combo/TARGET_linux-arm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mk
index 48f4898..d92e381 100644
--- a/core/combo/TARGET_linux-arm.mk
+++ b/core/combo/TARGET_linux-arm.mk
@@ -35,7 +35,7 @@ TARGET_ARCH_VARIANT := armv5te
endif
ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
-TARGET_GCC_VERSION := 4.7
+TARGET_GCC_VERSION := 4.8
else
TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP)
endif