diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2012-12-21 09:23:05 +0800 |
---|---|---|
committer | Andrew Hsieh <andrewhsieh@google.com> | 2012-12-21 09:23:05 +0800 |
commit | 098a5968fabfa3b5f07f1041a97432a66ecb485a (patch) | |
tree | 1d860300a1412d5e94fc82199adb18924c258a9e /core | |
parent | 9eedd3abed1d38ac5639a1f47ee80a7dbd0fb207 (diff) | |
download | build-098a5968fabfa3b5f07f1041a97432a66ecb485a.zip build-098a5968fabfa3b5f07f1041a97432a66ecb485a.tar.gz build-098a5968fabfa3b5f07f1041a97432a66ecb485a.tar.bz2 |
Switch to GCC 4.7 for X86 and MIPS
Change-Id: I1c2021a15f53e064baf69084894c114289ef7c54
Diffstat (limited to 'core')
-rw-r--r-- | core/combo/TARGET_linux-mips.mk | 2 | ||||
-rw-r--r-- | core/combo/TARGET_linux-x86.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/combo/TARGET_linux-mips.mk b/core/combo/TARGET_linux-mips.mk index c549af9..6a29564 100644 --- a/core/combo/TARGET_linux-mips.mk +++ b/core/combo/TARGET_linux-mips.mk @@ -35,7 +35,7 @@ TARGET_ARCH_VARIANT := mips32r2-fp endif ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) -TARGET_GCC_VERSION := 4.6 +TARGET_GCC_VERSION := 4.7 else TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP) endif diff --git a/core/combo/TARGET_linux-x86.mk b/core/combo/TARGET_linux-x86.mk index 01b5d02..9424f81 100644 --- a/core/combo/TARGET_linux-x86.mk +++ b/core/combo/TARGET_linux-x86.mk @@ -23,7 +23,7 @@ TARGET_ARCH_VARIANT := x86 endif ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),) -TARGET_GCC_VERSION := 4.6 +TARGET_GCC_VERSION := 4.7 else TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP) endif |