From 6fb6afbeea8eae9b302de8608ea4c3e34597a648 Mon Sep 17 00:00:00 2001 From: ALLART Come Date: Thu, 14 Sep 2023 18:11:24 +0200 Subject: [PATCH] GCC toolchain builder doc: Fix anchor name casing. --- util/gcc-toolchain-builder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/gcc-toolchain-builder/README.md b/util/gcc-toolchain-builder/README.md index 0a576c4738..5994c21f49 100644 --- a/util/gcc-toolchain-builder/README.md +++ b/util/gcc-toolchain-builder/README.md @@ -25,7 +25,7 @@ Several extensions are envisioned: ## Getting started -Once the prerequisites (see [below](#Prerequisites)) are satisfied, you can fetch and build the +Once the prerequisites (see [below](#prerequisites)) are satisfied, you can fetch and build the upstream GCC toolchain (default: 13.1.0) for bare-metal 32-bit and 64-bit applications in just three steps. # 1. Select an installation location for the toolchain (here: the default RISC-V tooling directory $RISCV).