Switch AOSP ARM build to use GCC 4.8.

Change-Id: I65051773153ad5bc2c093cd1313acd212eb427b1
This commit is contained in:
Ben Cheng 2013-11-14 14:05:29 -08:00
parent 77f27f1dbe
commit 818d7d04f5
1 changed files with 1 additions and 1 deletions

View File

@ -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