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
commit 3d9c1c1a53
1 changed files with 1 additions and 1 deletions

View File

@ -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