Index: native_client_sdk/src/resources/Makefile.library.template |
diff --git a/native_client_sdk/src/resources/Makefile.library.template b/native_client_sdk/src/resources/Makefile.library.template |
index 5687355e04f6407801750a83dd7b81dcbefa2c55..371f0dce6ebfee3f6cac32ee5bc2e12a1593e4ae 100644 |
--- a/native_client_sdk/src/resources/Makefile.library.template |
+++ b/native_client_sdk/src/resources/Makefile.library.template |
@@ -68,7 +68,7 @@ $(foreach src,$(SOURCES),$(eval $(call COMPILE_RULE,$(src),$(CFLAGS)))) |
$(eval $(call LIB_RULE,$(TARGET),$(SOURCES))) |
[[if target['TYPE'] != 'static-lib':]] |
-ifneq (,$(findstring $(TOOLCHAIN),glibc bionic)) |
+ifneq (,$(findstring $(TOOLCHAIN),glibc)) |
$(eval $(call SO_RULE,$(TARGET),$(SOURCES),$(LIBS),$(DEPS))) |
endif |
[[]] |