From: Mischa Jonker Date: Thu, 2 May 2013 09:51:31 +0000 (+0000) Subject: toolchain/toolchain-buildroot: Disable NPTL for ARC X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ddcfc493505b5b4f5739049e0b8f5853e8cd835c;p=buildroot.git toolchain/toolchain-buildroot: Disable NPTL for ARC NPTL is not yet supported for ARC. Signed-off-by: Mischa Jonker Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-buildroot/Config.in.2 b/toolchain/toolchain-buildroot/Config.in.2 index 7f19b09dfe..35d6db2be6 100644 --- a/toolchain/toolchain-buildroot/Config.in.2 +++ b/toolchain/toolchain-buildroot/Config.in.2 @@ -97,6 +97,7 @@ choice depends on !BR2_x86_i386 depends on !BR2_avr32 depends on !BR2_xtensa + depends on !BR2_arc endchoice config BR2_PTHREAD_DEBUG