Explorar o código

toolchain/uClibc: NPTL needs i486+ for cmpxchgl instruction

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard %!s(int64=14) %!d(string=hai) anos
pai
achega
fef54db1a1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      toolchain/toolchain-buildroot/Config.in.2

+ 1 - 0
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"