am 3d9c1c1a: Merge "Switch x86_64 to gcc-4.8"

* commit '3d9c1c1a537ead6071165ea661507e0a9250dc4a':
  Switch x86_64 to gcc-4.8
This commit is contained in:
Ying Wang
2014-02-19 18:23:10 +00:00
committed by Android Git Automerger

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