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

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

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

* commit 'dd319cef':
  Switch to GCC 4.7 for X86 and MIPS
parents fb589ddc dd319cef
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