mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
More README updates.
[ci skip]
This commit is contained in:
parent
9fe53caefe
commit
cb6c82190b
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,8 @@ includes experimental support for ARM.
|
|||
|
||||
## Build instructions
|
||||
|
||||
1. `make` or `make USEGCC=1` to build with GCC. This is the default on
|
||||
1. Use `make` to build OpenLibm.
|
||||
2. Use `make USEGCC=1` to build with GCC. This is the default on
|
||||
Linux and Windows.
|
||||
2. `make USECLANG=1` to build with clang. This is the default on OS X
|
||||
3. Use `make USECLANG=1` to build with clang. This is the default on OS X
|
||||
and FreeBSD.
|
||||
|
|
Loading…
Reference in a new issue