summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-06-26 15:14:34 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-06-28 16:23:54 +0200
commit88863749859d85eee7232e77b7a9da5716bf1f0a (patch)
treec37dc94fdc25a47da95cb3a619ad0ce82b709962 /README.md
parenta8b5feb1985a043bd94dc06e27114c383c30d1e1 (diff)
downloadbootstrappable-toolchain-88863749859d85eee7232e77b7a9da5716bf1f0a.tar.gz
Document that coreutils are no longer a requirement
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5665863..781de22 100644
--- a/README.md
+++ b/README.md
@@ -118,9 +118,8 @@ $ just-mr --main gcc-latest-musl install toolchain \
For bootstrapping the toolchains, the build host must be a Linux system with:
-1. Coreutils
-2. POSIX-compliant shell (`/bin/sh`)
-3. C compiler (e.g., TinyCC, old GCC)
+1. C compiler (e.g., TinyCC, old GCC)
+2. POSIX-compliant shell located at `/bin/sh`
The C compiler for bootstrapping can be specified by setting the fields
`BOOTSTRAP_CC`, `BOOTSTRAP_CFLAGS`, and `BOOTSTRAP_PATH` in configuration