forked from openkylin/platform_build
am 3d9c1c1a: Merge "Switch x86_64 to gcc-4.8"
* commit '3d9c1c1a537ead6071165ea661507e0a9250dc4a': Switch x86_64 to gcc-4.8
This commit is contained in:
commit
5f6fa379bc
|
@ -23,7 +23,7 @@ TARGET_ARCH_VARIANT := x86_64
|
|||
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