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

Commit 9a1f26e4 authored by Ben Cheng's avatar Ben Cheng Committed by Android Git Automerger
Browse files

am 2e6753a0: am de9b1835: Merge "Switch AOSP ARM build to use GCC 4.8."

* commit '2e6753a0':
  Switch AOSP ARM build to use GCC 4.8.
parents e4ab2f96 2e6753a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ TARGET_ARCH_VARIANT := armv5te
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