README: update make command due to toolchain changes

This commit is contained in:
Lephenixnoir 2021-05-20 23:29:39 +02:00
parent 668336366e
commit 39ede78797
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ First locate the compiler's install directory. This is normally the
You can then build and install the static `libopenlibm.a` archive and the headers.
```
% make USEGCC=1 TOOLPREFIX=sh-elf- libdir="$PREFIX" includedir="$PREFIX/include" install-static install-headers
% make USEGCC=1 TOOLPREFIX=sh-elf- AR=sh-elf-ar CC=sh-elf-gcc libdir="$PREFIX" includedir="$PREFIX/include" install-static install-headers
```
## Using in a Makefile-based add-in