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

This commit is contained in:
Mike Frysinger 2006-04-14 22:37:50 +00:00
parent 34ac9cf1c8
commit 6d008e61f2

View 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)