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 b491631ae4f18795b3ad2e74d3995429f28d14ac..1e29facf8d0816b82af3742327016c8248143b4f 100644 |
--- a/native_client_sdk/src/tools/common.mk |
+++ b/native_client_sdk/src/tools/common.mk |
@@ -14,9 +14,10 @@ |
# your project only builds in one or the other then this should be overridden |
# accordingly. |
# |
-ALL_TOOLCHAINS ?= pnacl newlib glibc |
ifneq ($(ENABLE_BIONIC),) |
-ALL_TOOLCHAINS += bionic |
+ALL_TOOLCHAINS ?= pnacl newlib glibc bionic |
+else |
+ALL_TOOLCHAINS ?= pnacl newlib glibc |
endif |
VALID_TOOLCHAINS ?= $(ALL_TOOLCHAINS) |