Selaa lähdekoodia

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

Mike Frysinger 19 vuotta sitten
vanhempi
commit
6d008e61f2
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      toolchain/Makefile.in

+ 3 - 3
toolchain/Makefile.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)