소스 검색

toolchain/uClibc: NPTL needs i486+ for cmpxchgl instruction

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 년 전
부모
커밋
fef54db1a1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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"