Merge "Switch AOSP ARM build to use GCC 4.8."

This commit is contained in:
Ben Cheng
2013-11-14 22:06:34 +00:00
committed by Gerrit Code Review

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