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 75aaaadbb9309e678540b3e5755ab95d382aa005..df2939d49fb1a81f213553e4b7ce16d2c651e641 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) |