소스 검색

test: disable for noMMU case

Pthread tests are failing for coldfire with linuxthreads
enabled.
Waldemar Brodkorb 11 년 전
부모
커밋
363e142113
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -18,7 +18,7 @@ endif
 ifneq ($(findstring -static,$(LDFLAGS)),)
 	DIRS := $(filter-out dlopen,$(DIRS))
 endif
-ifneq ($(UCLIBC_HAS_THREADS),y)
+ifneq ($(UCLIBC_HAS_THREADS)$(ARCH_USE_MMU),yy)
 	DIRS := $(filter-out pthread,$(DIRS))
 endif
 ifneq ($(UCLIBC_HAS_FULL_RPC),y)