| Index: native_client_sdk/src/BUILDING.rst
|
| diff --git a/native_client_sdk/src/BUILDING.rst b/native_client_sdk/src/BUILDING.rst
|
| index 973a2e9f1fac50ca520462fbed944dc13948802b..b41caaea5551ad58a03f05afa8a562a75aa804b8 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`, `clang-newlib`, `pnacl` and
|
| -`bionic`. The valid configurations are: `Debug` and `Release`.
|
| +The valid toolchains are: `newlib`, `glibc`, `clang-newlib` and `pnacl`.
|
| +The valid configurations are: `Debug` and `Release`.
|
|
|
| To run the example::
|
|
|
|
|