summaryrefslogtreecommitdiff
path: root/toolchain/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r--toolchain/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in
index ab2eed0d5..1a2c0f26f 100644
--- a/toolchain/Makefile.in
+++ b/toolchain/Makefile.in
@@ -1,7 +1,7 @@
-ifeq ($(BR2_PTHREADS),y)
-THREADS:=--enable-threads
-else
+ifeq ($(BR2_PTHREADS_NONE),y)
THREADS:=--disable-threads
+else
+THREADS:=--enable-threads
endif
ifeq ($(BR2_ENABLE_MULTILIB),y)