From 50777f1ea52f3f6e4e520aa70cec6e69ce72668f Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 24 Oct 2019 00:07:29 +0200 Subject: [PATCH] Switch to arm-linux-gnueabihf- compiler --- README | 2 +- build/u-boot-xlnx/GNUmakefile | 4 +--- build/xlnx_4.9/linux/GNUmakefile | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index 2cd6f31..43ff50f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -1. Install arm-none-eabi-gcc compiler (on Debian package gcc-arm-none-eabi) +1. Install arm-linux-gnueabihf-gcc compiler (on Debian package gcc-arm-linux-gnueabihf) 2. git submodule update --init [--reference ] 3. cd build 4. make diff --git a/build/u-boot-xlnx/GNUmakefile b/build/u-boot-xlnx/GNUmakefile index 1fa4c98..79c8c43 100644 --- a/build/u-boot-xlnx/GNUmakefile +++ b/build/u-boot-xlnx/GNUmakefile @@ -1,7 +1,5 @@ export ARCH=arm -export CROSS_COMPILE=arm-none-eabi- - -#export CROSS_COMPILE=arm-linux-gnueabi- +export CROSS_COMPILE=arm-linux-gnueabihf- lastword = $(word $(words $(1)),$(1)) makedir := $(dir $(call lastword,$(MAKEFILE_LIST))) diff --git a/build/xlnx_4.9/linux/GNUmakefile b/build/xlnx_4.9/linux/GNUmakefile index 61d4ce8..d9ec3b8 100644 --- a/build/xlnx_4.9/linux/GNUmakefile +++ b/build/xlnx_4.9/linux/GNUmakefile @@ -1,5 +1,5 @@ export ARCH=arm -export CROSS_COMPILE=arm-none-eabi- +export CROSS_COMPILE=arm-linux-gnueabihf- VERSION = 4 PATCHLEVEL = 9 -- 2.39.2