From: Peter Korsgaard Date: Tue, 5 Jul 2011 06:56:49 +0000 (+0200) Subject: toolchain/uClibc: NPTL needs i486+ for cmpxchgl instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fef54db1a14b7e7eed4e0e75b3bf2330a11207da;p=buildroot.git toolchain/uClibc: NPTL needs i486+ for cmpxchgl instruction Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-buildroot/Config.in.2 b/toolchain/toolchain-buildroot/Config.in.2 index b5ecbc1c45..0c3a5100cf 100644 --- a/toolchain/toolchain-buildroot/Config.in.2 +++ b/toolchain/toolchain-buildroot/Config.in.2 @@ -102,6 +102,7 @@ choice bool "Native POSIX Threading (NPTL)" select BR2_TOOLCHAIN_HAS_THREADS depends on BR2_UCLIBC_VERSION_SNAPSHOT || BR2_UCLIBC_VERSION_0_9_32 + depends on !BR2_x86_i386 endchoice source "toolchain/elf2flt/Config.in"