diff mbox

[v3,09/11] toolchain/toolchain-buildroot: Disable NPTL for ARC

Message ID 1367499650-29869-10-git-send-email-mjonker@synopsys.com
State Accepted
Commit ddcfc493505b5b4f5739049e0b8f5853e8cd835c
Headers show

Commit Message

Mischa Jonker May 2, 2013, 1 p.m. UTC
NPTL is not yet supported for ARC.

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
---
 toolchain/toolchain-buildroot/Config.in.2 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/toolchain/toolchain-buildroot/Config.in.2 b/toolchain/toolchain-buildroot/Config.in.2
index 7f19b09..35d6db2 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