summaryrefslogtreecommitdiff
path: root/toolchain/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-14 22:37:50 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-14 22:37:50 +0000
commit6d008e61f2bf0543f443f458334926e7794e3758 (patch)
tree42c56701d2cbc5a7dfad69c8da0b90882cf02578 /toolchain/Makefile.in
parent34ac9cf1c8bc7e85fc6b52c541d1f94dc3e06275 (diff)
sync thread stuff with config.in as pointed out by mjn3
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)