We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe53ca commit cb6c821Copy full SHA for cb6c821
1 file changed
README.md
@@ -20,7 +20,8 @@ includes experimental support for ARM.
20
21
## Build instructions
22
23
-1. `make` or `make USEGCC=1` to build with GCC. This is the default on
+1. Use `make` to build OpenLibm.
24
+2. Use `make USEGCC=1` to build with GCC. This is the default on
25
Linux and Windows.
-2. `make USECLANG=1` to build with clang. This is the default on OS X
26
+3. Use `make USECLANG=1` to build with clang. This is the default on OS X
27
and FreeBSD.
0 commit comments