commit | 8baaca5f97330a358de5633843af2b8bc51a28b1 | [log] [tgz] |
---|---|---|
author | Andrew Hsieh <andrewhsieh@google.com> | Fri Nov 15 10:25:58 2013 +0800 |
committer | Andrew Hsieh <andrewhsieh@google.com> | Fri Nov 15 10:25:58 2013 +0800 |
tree | 342f38173f645a76a80bc8474d66d19a96c5b4b0 | |
parent | de9b1835b3f3a025c2ab57154d0b5840469868f6 [diff] [blame] |
Switch AOSP X86/MIPS compiler to gcc4.8 Change-Id: Ifeee2c7d696c8a8e96e52c6ca51434260bdae5f8
diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index bfbf51e..2669595 100755 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk
@@ -23,7 +23,7 @@ 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