commit 68b1f86cd1a42effdc4992a4ec2ef8b09c6e305a parent a111c339850caa1c94ea3b2ab9c110a4e4e4cd0b Author: mayfrost <mayfrost@cock.li> Date: Sun, 9 Sep 2018 22:40:41 +0000 Update CROSS-COMPILING.md Diffstat:
| M | CROSS-COMPILING.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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=<LINARO\_TOOLS\_DIRECTORY>/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=<LINARO\_TOOLS\_DIRECTORY>/bin/aarch64-linux-gnu-_" ## PARTITIONING