sync thread stuff with config.in as pointed out by mjn3
authorMike Frysinger <vapier@gentoo.org>
Fri, 14 Apr 2006 22:37:50 +0000 (22:37 -0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 14 Apr 2006 22:37:50 +0000 (22:37 -0000)
toolchain/Makefile.in

index ab2eed0d54666563cfdde67c839625439bdc5fd7..1a2c0f26f5b9b4ef51731bade5993c3772ad0a9f 100644 (file)
@@ -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)