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
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

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