From c7b910489785ad6ec18b3fd905dd72162141c469 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Tue, 15 Oct 2024 19:47:23 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c346df..dd25d1c 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,10 @@ The build system can be configured by providing a `config.mak` file in the top-level directory. The only mandatory variable is `TARGET`, which should contain a gcc target tuple (such as `i486-linux-musl`), but many more options are available. See the provided `config.mak.dist` and -`presets/*` for examples. +`presets/*` for examples. These options could also be provided by `make` +arguments like `make TARGET=i486-linux-musl`. -To compile, run `make`. To install to `$(OUTPUT)`, run `make install`. +To compile, install `gcc` and `g++`, then run `make`. To install to `$(OUTPUT)`, run `make install`. The default value for `$(OUTPUT)` is output; after installing here you can move the cross compiler toolchain to another location as desired. @@ -51,7 +52,6 @@ believed to work: - `arm[eb]-linux-musleabi[hf]` - `i*86-linux-musl` - `microblaze[el]-linux-musl` -- `mips-linux-musl` - `mips[el]-linux-musl[sf]` - `mips64[el]-linux-musl[n32][sf]` - `powerpc-linux-musl[sf]`