diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-26 15:14:34 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-28 16:23:54 +0200 |
commit | 88863749859d85eee7232e77b7a9da5716bf1f0a (patch) | |
tree | c37dc94fdc25a47da95cb3a619ad0ce82b709962 /README.md | |
parent | a8b5feb1985a043bd94dc06e27114c383c30d1e1 (diff) | |
download | bootstrappable-toolchain-88863749859d85eee7232e77b7a9da5716bf1f0a.tar.gz |
Document that coreutils are no longer a requirement
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |