mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-03 17:17:13 +02:00
README: update make command due to toolchain changes
This commit is contained in:
parent
668336366e
commit
39ede78797
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue