From cb6c82190b9a121153ecfcc2145c48e56fd3f987 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Sun, 1 Feb 2015 19:08:33 +0530 Subject: [PATCH] More README updates. [ci skip] --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae03ea5..50c7d6d 100644 --- a/README.md +++ b/README.md @@ -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.