From: Mike Frysinger Date: Fri, 14 Apr 2006 22:37:50 +0000 (-0000) Subject: sync thread stuff with config.in as pointed out by mjn3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d008e61f2bf0543f443f458334926e7794e3758;p=buildroot.git sync thread stuff with config.in as pointed out by mjn3 --- diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index ab2eed0d54..1a2c0f26f5 100644 --- a/toolchain/Makefile.in +++ b/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)