From 88863749859d85eee7232e77b7a9da5716bf1f0a Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 26 Jun 2024 15:14:34 +0200 Subject: Document that coreutils are no longer a requirement --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3