From 13524e087cd9355b088da6874a5c4a57c8b6c5b6 Mon Sep 17 00:00:00 2001 From: Adam Greenwood-Byrne Date: Thu, 13 May 2021 12:10:36 +0100 Subject: [PATCH] Updated docs for clarity --- RPI-BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPI-BUILD.md b/RPI-BUILD.md index 265c18e..af9d194 100644 --- a/RPI-BUILD.md +++ b/RPI-BUILD.md @@ -19,7 +19,7 @@ What you're looking for is the current [AArch64 ELF bare-metal target (aarch64-n Then unpack the archive using `tar -xf `. You'll end up with a _gcc_ directory (albeit with a slightly longer name), which itself contains a _bin_ subdirectory, wherein you'll find the _gcc_ executable (again - with a longer name!). Remember this path. -Note: if you don't want to re-image, you can [build a cross-compiler yourself](https://wiki.osdev.org/GCC_Cross-Compiler). +Note: you can avoid re-imaging the Pi, by instead [building a cross-compiler yourself](https://wiki.osdev.org/GCC_Cross-Compiler). Now let's build something: