From 071f07c9364856cdcf49dfee0c645f564305df52 Mon Sep 17 00:00:00 2001 From: Tommy Murphy Date: Wed, 9 Oct 2024 10:20:57 +0100 Subject: [PATCH] Remove link to configure script - see https://github.com/riscv-collab/riscv-gnu-toolchain/pull/1562#discussion_r1793167825 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index acf27937a72..49e81e214a8 100644 --- a/README.md +++ b/README.md @@ -435,8 +435,6 @@ it will has a section named `gcc` and has a field `branch` is There are several configure options for specifying the source tree of each submodule/component. -* https://github.com/riscv-collab/riscv-gnu-toolchain/blob/795267df36fcf1269f2bd596ac42e0e91ad9cfd3/configure#L1426-L1444 - For example, if you have GCC sources in `$HOME/gcc`, use `--with-gcc-src` to build the toolchain using those sources: ./configure ... --with-gcc-src=$HOME/gcc