Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd319cef authored by Andrew Hsieh's avatar Andrew Hsieh Committed by Android Git Automerger
Browse files

am 26f47aba: Merge "Switch to GCC 4.7 for X86 and MIPS"

* commit '26f47aba':
  Switch to GCC 4.7 for X86 and MIPS
parents f6315729 26f47aba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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