]> rtime.felk.cvut.cz Git - zynq/linux-build.git/commitdiff
Switch to bare metal ARM compiler
authorMartin Vajnar <martin.vajnar@cvut.cz>
Tue, 6 Feb 2018 17:45:47 +0000 (18:45 +0100)
committerMartin Vajnar <martin.vajnar@cvut.cz>
Tue, 6 Feb 2018 17:45:47 +0000 (18:45 +0100)
This is enough to build a working kernel and the package can be found in
most distros.

build/xlnx_4.9/linux/GNUmakefile

index 390b38010828d00aabf1b3bbed48e7651c854122..61d4ce8c2d6ef4a8c9a47857a4bd630df9ba4215 100644 (file)
@@ -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