From 68b1f86cd1a42effdc4992a4ec2ef8b09c6e305a Mon Sep 17 00:00:00 2001 From: mayfrost Date: Sun, 9 Sep 2018 22:40:41 +0000 Subject: [PATCH] Update CROSS-COMPILING.md --- CROSS-COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CROSS-COMPILING.md b/CROSS-COMPILING.md index cb8451f..001f8cd 100644 --- a/CROSS-COMPILING.md +++ b/CROSS-COMPILING.md @@ -25,7 +25,7 @@ aunpack gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu.tar.xz `sudo apt-get install gcc-arm-none-eabi` NOTE: Check your tools are up-to-date to prevent errors like the lack of option _"-mgeneral-regs-only"_. -Name of "_CROSS_COMPILE_" variable will change depending on the choosen option. This guide assumes cross-compile tools are from Linaro and therefore will equal to "_CROSS\_COMPILE=/bin/aarch64-linux-gnu-_" +Name of "_CROSS_COMPILE_" variable will change depending on the choosen option. This guide assumes cross-compilation tools are from Linaro and therefore will equal to "_CROSS\_COMPILE=/bin/aarch64-linux-gnu-_" ## PARTITIONING