svn commit: trunk/buildroot/toolchain

vapier at uclibc.org vapier at uclibc.org
Fri Apr 14 22:37:51 UTC 2006


Author: vapier
Date: 2006-04-14 15:37:50 -0700 (Fri, 14 Apr 2006)
New Revision: 14870

Log:
sync thread stuff with config.in as pointed out by mjn3

Modified:
   trunk/buildroot/toolchain/Makefile.in


Changeset:
Modified: trunk/buildroot/toolchain/Makefile.in
===================================================================
--- trunk/buildroot/toolchain/Makefile.in	2006-04-14 22:26:04 UTC (rev 14869)
+++ trunk/buildroot/toolchain/Makefile.in	2006-04-14 22:37:50 UTC (rev 14870)
@@ -1,7 +1,7 @@
-ifeq ($(BR2_PTHREADS),y)
+ifeq ($(BR2_PTHREADS_NONE),y)
+THREADS:=--disable-threads
+else
 THREADS:=--enable-threads
-else
-THREADS:=--disable-threads
 endif
 
 ifeq ($(BR2_ENABLE_MULTILIB),y)




More information about the uClibc-cvs mailing list