| Index: native_client_sdk/src/BUILDING.rst
|
| diff --git a/native_client_sdk/src/BUILDING.rst b/native_client_sdk/src/BUILDING.rst
|
| index a6d4cb4d28fe34e6d512b8bdf0a92b4c2f9a2e5f..973a2e9f1fac50ca520462fbed944dc13948802b 100644
|
| --- a/native_client_sdk/src/BUILDING.rst
|
| +++ b/native_client_sdk/src/BUILDING.rst
|
| @@ -84,8 +84,8 @@ You can build a specific toolchain/configuration combination::
|
|
|
| make TOOLCHAIN=newlib CONFIG=Debug -j8
|
|
|
| -The valid toolchains are: `newlib`, `glibc`, `pnacl` and `bionic`.
|
| -The valid configurations are: `Debug` and `Release`.
|
| +The valid toolchains are: `newlib`, `glibc`, `clang-newlib`, `pnacl` and
|
| +`bionic`. The valid configurations are: `Debug` and `Release`.
|
|
|
| To run the example::
|
|
|
|
|