| Index: native_client_sdk/src/tools/common.mk
|
| diff --git a/native_client_sdk/src/tools/common.mk b/native_client_sdk/src/tools/common.mk
|
| index 61717e9ca6c6a7289850e8c619ae3f49a9a3165a..81c60db4024946b5a9682ece2fd3ed7a85595448 100644
|
| --- a/native_client_sdk/src/tools/common.mk
|
| +++ b/native_client_sdk/src/tools/common.mk
|
| @@ -15,9 +15,9 @@
|
| # accordingly.
|
| #
|
| ifneq ($(ENABLE_BIONIC),)
|
| -ALL_TOOLCHAINS ?= pnacl newlib glibc bionic
|
| +ALL_TOOLCHAINS ?= pnacl newlib glibc clang-newlib bionic
|
| else
|
| -ALL_TOOLCHAINS ?= pnacl newlib glibc
|
| +ALL_TOOLCHAINS ?= pnacl newlib glibc clang-newlib
|
| endif
|
|
|
| VALID_TOOLCHAINS ?= $(ALL_TOOLCHAINS)
|
| @@ -418,7 +418,7 @@ ifneq (,$(findstring $(TOOLCHAIN),win))
|
| include $(NACL_SDK_ROOT)/tools/host_vc.mk
|
| endif
|
|
|
| -ifneq (,$(findstring $(TOOLCHAIN),glibc newlib bionic))
|
| +ifneq (,$(findstring $(TOOLCHAIN),glibc newlib bionic clang-newlib))
|
| include $(NACL_SDK_ROOT)/tools/nacl_gcc.mk
|
| endif
|
|
|
|
|