From 272e7fda1968e4413e9d72a793743d4b73fd275c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 1 Oct 2005 00:36:38 +0000 Subject: control pthread support since some arches like x86_64 dont yet support it in uClibc --- toolchain/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'toolchain/Makefile.in') diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index f47f591f7..ab2eed0d5 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -1,3 +1,9 @@ +ifeq ($(BR2_PTHREADS),y) +THREADS:=--enable-threads +else +THREADS:=--disable-threads +endif + ifeq ($(BR2_ENABLE_MULTILIB),y) MULTILIB:=--enable-multilib else -- cgit v1.2.3