From a58dbc4b7c4bc8818bb6bf3703c40586296b1811 Mon Sep 17 00:00:00 2001 From: Martin Vajnar Date: Tue, 6 Feb 2018 18:45:47 +0100 Subject: [PATCH] Switch to bare metal ARM compiler This is enough to build a working kernel and the package can be found in most distros. --- build/xlnx_4.9/linux/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2