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

* commit '32e93384b73746c54f8bc0e8a7b818acc5c1b00e':
  Switch x86_64 to gcc-4.8
This commit is contained in:
Ying Wang 2014-02-19 18:31:16 +00:00 committed by Android Git Automerger
commit 315522ec29

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