forked from openkylin/platform_build
Switch AOSP ARM build to use GCC 4.8.
Change-Id: I65051773153ad5bc2c093cd1313acd212eb427b1
This commit is contained in:
parent
77f27f1dbe
commit
818d7d04f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue