mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
sync thread stuff with config.in as pointed out by mjn3
This commit is contained 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)
|
||||
|
||||
Reference in New Issue
Block a user