Merge "Switch x86_64 to gcc-4.8"

This commit is contained in:
Ying Wang
2014-02-19 18:17:51 +00:00
committed by Gerrit Code Review

View File

@@ -23,7 +23,7 @@ TARGET_ARCH_VARIANT := x86_64
endif endif
ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
TARGET_GCC_VERSION := 4.7 TARGET_GCC_VERSION := 4.8
else else
TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP) TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP)
endif endif