OSDN Git Service

Switch x86 and x86_64 build to use GCC 4.9
authorAndrew Hsieh <andrewhsieh@google.com>
Fri, 13 Jun 2014 20:16:13 +0000 (13:16 -0700)
committerAndrew Hsieh <andrewhsieh@google.com>
Mon, 16 Mar 2015 05:17:59 +0000 (13:17 +0800)
Change-Id: I41a7650d0e56c820a59c261d16afd6f0b9ec38c2

core/combo/TARGET_linux-x86.mk
core/combo/TARGET_linux-x86_64.mk

index f17a514..d445ed7 100644 (file)
@@ -23,10 +23,10 @@ TARGET_$(combo_2nd_arch_prefix)ARCH_VARIANT := x86
 endif
 
 # Decouple NDK library selection with platform compiler version
-$(combo_2nd_arch_prefix)TARGET_NDK_GCC_VERSION := 4.8
+$(combo_2nd_arch_prefix)TARGET_NDK_GCC_VERSION := 4.9
 
 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
-$(combo_2nd_arch_prefix)TARGET_GCC_VERSION := 4.8
+$(combo_2nd_arch_prefix)TARGET_GCC_VERSION := 4.9
 else
 $(combo_2nd_arch_prefix)TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP)
 endif
index 2adb157..1f8fb88 100644 (file)
@@ -26,7 +26,7 @@ endif
 TARGET_NDK_GCC_VERSION := 4.9
 
 ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
-TARGET_GCC_VERSION := 4.8
+TARGET_GCC_VERSION := 4.9
 else
 TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP)
 endif