Commit fef54db1 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

toolchain/uClibc: NPTL needs i486+ for cmpxchgl instruction

parent 6e53e059
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"