mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-03 17:17:13 +02:00
Compile instructions
This commit is contained in:
parent
4b078ee343
commit
842286d74b
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,12 @@ programming language implementations, and perhaps even as a reference
|
||||||
for LIBM implementations in OSes.
|
for LIBM implementations in OSes.
|
||||||
|
|
||||||
OpenLIBM builds on Linux and Mac OS X, and with little effort,
|
OpenLIBM builds on Linux and Mac OS X, and with little effort,
|
||||||
should build on FreeBSD as well.
|
should build on FreeBSD as well. It builds with both, GCC and clang.
|
||||||
|
|
||||||
The OpenLIBM code derives from the FreeBSD msun implementation, which
|
The OpenLIBM code derives from the FreeBSD msun implementation, which
|
||||||
in turn derives from FDLIBM 5.3.
|
in turn derives from FDLIBM 5.3.
|
||||||
|
|
||||||
|
Build instructions:
|
||||||
|
|
||||||
|
`make` or `make USEGCC=1` to build with GCC.
|
||||||
|
`make USECLANG=1` to build with clang.
|
||||||
|
|
Loading…
Add table
Reference in a new issue