]> rtime.felk.cvut.cz Git - zynq/linux-build.git/commitdiff
Switch to arm-linux-gnueabihf- compiler
authorMichal Sojka <michal.sojka@cvut.cz>
Wed, 23 Oct 2019 22:07:29 +0000 (00:07 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Wed, 23 Oct 2019 22:09:22 +0000 (00:09 +0200)
README
build/u-boot-xlnx/GNUmakefile
build/xlnx_4.9/linux/GNUmakefile

diff --git a/README b/README
index 2cd6f31a61b076198046ee60dbb36d7c3c0eb89e..43ff50f58d37b7a6e1a489172b6df46a52af79a3 100644 (file)
--- 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 <other linux repo>]
 3. cd build
 4. make
index 1fa4c98e252b7e6a8b7e39a51fccbf6287c02eab..79c8c43d86f1f8bf6b4afe265ebc7f84c25deda6 100644 (file)
@@ -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)))
index 61d4ce8c2d6ef4a8c9a47857a4bd630df9ba4215..d9ec3b8d3092a02d79c4a466e5e4c9fb51e16044 100644 (file)
@@ -1,5 +1,5 @@
 export ARCH=arm
-export CROSS_COMPILE=arm-none-eabi-
+export CROSS_COMPILE=arm-linux-gnueabihf-
 
 VERSION = 4
 PATCHLEVEL = 9