commit | de9b1835b3f3a025c2ab57154d0b5840469868f6 | [log] [tgz] |
---|---|---|
author | Ben Cheng <bccheng@google.com> | Thu Nov 14 22:06:34 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 14 22:06:34 2013 +0000 |
tree | 878583a9a349733c82efde530cdcfcec4ede1862 | |
parent | 77f27f1dbe485d80692102743529e6973ba4a121 [diff] | |
parent | 818d7d04f53c56b7daf1917611871ca4e9903c18 [diff] |
Merge "Switch AOSP ARM build to use GCC 4.8."
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 @@ 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