toolchain/uClibc: NPTL needs i486+ for cmpxchgl instruction
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 5 Jul 2011 06:56:49 +0000 (08:56 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 5 Jul 2011 07:00:50 +0000 (09:00 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/toolchain-buildroot/Config.in.2

index b5ecbc1c45a560b509b1fa0aba2e4ec57ef95ce4..0c3a5100cf75a8b16f02abea79be4a9c4fb3832a 100644 (file)
@@ -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"