sync thread stuff with config.in as pointed out by mjn3
This commit is contained in:
parent
34ac9cf1c8
commit
6d008e61f2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user