From fa77f986a614bd8a43e897ec769703e641530427 Mon Sep 17 00:00:00 2001 From: Gleb Pomykalov Date: Tue, 17 Jul 2018 11:11:09 +0300 Subject: [PATCH] Improve documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4aea2c1..434fd6d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ believed to work: - `aarch64[_be]-linux-musl` - `arm[eb]-linux-musleabi[hf]` +- `armv5-linux-musleabi` - `i*86-linux-musl` - `microblaze[el]-linux-musl` - `mips-linux-musl` @@ -60,7 +61,10 @@ believed to work: - `sh*[eb]-linux-musl[fdpic][sf]` - `x86_64-linux-musl[x32]` +In order to choose the desired ISA level of ARM target, please provide the `--with-arch` argument in the `GCC_CONFIG` environment variable. +- For ARMv6 set `TARGET=armv6-linux-musleabihf` and `GCC_CONFIG="--with-arch=armv6"` +- For ARMv7 set `TARGET=armv7-linux-musleabihf` and `GCC_CONFIG="--with-arch=armv7-a"` How it works ------------