From: Martin Vajnar Date: Tue, 6 Feb 2018 17:45:47 +0000 (+0100) Subject: Switch to bare metal ARM compiler X-Git-Url: https://rtime.felk.cvut.cz/gitweb/zynq/linux-build.git/commitdiff_plain/a58dbc4b7c4bc8818bb6bf3703c40586296b1811 Switch to bare metal ARM compiler This is enough to build a working kernel and the package can be found in most distros. --- diff --git a/build/xlnx_4.9/linux/GNUmakefile b/build/xlnx_4.9/linux/GNUmakefile index 390b380..61d4ce8 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=/opt/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- +export CROSS_COMPILE=arm-none-eabi- VERSION = 4 PATCHLEVEL = 9