forked from openkylin/platform_build
Merge "Switch x86_64 to gcc-4.8"
This commit is contained in:
commit
3d9c1c1a53
|
@ -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