mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
29 lines
960 B
Diff
29 lines
960 B
Diff
From cadb44f5ff20d3e32c5eece6b6185a507f4e8bbf Mon Sep 17 00:00:00 2001
|
|
From: Tad <tad@spotco.us>
|
|
Date: Tue, 5 Jan 2016 20:06:35 -0500
|
|
Subject: [PATCH] Change toolchain
|
|
|
|
Change-Id: Ib6df0dc6af32c755f828f4cfe9204a87b01c4551
|
|
---
|
|
core/combo/TARGET_linux-arm.mk | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mk
|
|
index 5020865..dcc2e9a 100644
|
|
--- a/core/combo/TARGET_linux-arm.mk
|
|
+++ b/core/combo/TARGET_linux-arm.mk
|
|
@@ -38,8 +38,8 @@ endif
|
|
$(combo_2nd_arch_prefix)TARGET_NDK_GCC_VERSION := 4.9
|
|
|
|
ifeq ($(strip $(TARGET_GCC_VERSION_EXP)),)
|
|
-$(combo_2nd_arch_prefix)TARGET_GCC_VERSION := 4.9
|
|
-$(combo_2nd_arch_prefix)TARGET_LEGACY_GCC_VERSION := 4.8
|
|
+$(combo_2nd_arch_prefix)TARGET_GCC_VERSION := 4.9-cortex-a15
|
|
+$(combo_2nd_arch_prefix)TARGET_LEGACY_GCC_VERSION := 4.8-cortex-a15
|
|
else
|
|
$(combo_2nd_arch_prefix)TARGET_GCC_VERSION := $(TARGET_GCC_VERSION_EXP)
|
|
endif
|
|
--
|
|
2.6.4
|
|
|