Merge "Switch to GCC 4.7 for X86 and MIPS"

This commit is contained in:
Andrew Hsieh
2012-12-21 15:43:55 -08:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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