PKGBUILDs/alarm/uboot-odroid-c1/0001-remove-cross-compiling.patch

37 lines
1.1 KiB
Diff
Raw Permalink Normal View History

2016-11-26 18:15:09 +00:00
From aa73697d6a66f2c5f6cd01782fe3636099b2d866 Mon Sep 17 00:00:00 2001
2014-12-31 01:05:05 +00:00
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sun, 21 Dec 2014 18:04:05 -0700
2016-11-26 18:15:09 +00:00
Subject: [PATCH 01/11] remove cross-compiling
2014-12-31 01:05:05 +00:00
---
arch/arm/config.mk | 2 +-
arch/arm/cpu/aml_meson/config.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/config.mk b/arch/arm/config.mk
index 0f9bffe..ecd547a 100755
--- a/arch/arm/config.mk
+++ b/arch/arm/config.mk
@@ -21,7 +21,7 @@
# MA 02111-1307 USA
#
-CROSS_COMPILE ?= arm-none-eabi-
+#CROSS_COMPILE ?= arm-none-eabi-
#arm-linux-
ifeq ($(BOARD),omap2420h4)
diff --git a/arch/arm/cpu/aml_meson/config.mk b/arch/arm/cpu/aml_meson/config.mk
2016-11-26 18:15:09 +00:00
index d157356..feeff1b 100755
2014-12-31 01:05:05 +00:00
--- a/arch/arm/cpu/aml_meson/config.mk
+++ b/arch/arm/cpu/aml_meson/config.mk
@@ -1,4 +1,4 @@
2016-11-26 18:15:09 +00:00
-CROSS_COMPILE?=arm-none-eabi-
+#CROSS_COMPILE?=arm-none-eabi-
2014-12-31 01:05:05 +00:00
ARM_CPU=cortex-a9
2015-01-10 19:38:24 +00:00
PLATFORM_CPPFLAGS += $(call cc-option,-mcpu=cortex-a9 -ffixed-r8 -mno-long-calls -Wall -fPIC )
PF_CPPFLAGS_NO_UNALIGNED := $(call cc-option, -mno-unaligned-access,)
2014-12-31 01:05:05 +00:00
--
2016-11-26 18:15:09 +00:00
2.10.2
2014-12-31 01:05:05 +00:00