am de9b1835: Merge "Switch AOSP ARM build to use GCC 4.8."

* commit 'de9b1835b3f3a025c2ab57154d0b5840469868f6':
  Switch AOSP ARM build to use GCC 4.8.
This commit is contained in:
Ben Cheng 2013-11-14 14:09:57 -08:00 committed by Android Git Automerger
commit 2e6753a058
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