소스 검색

ia64: disable atomic tests

Waldemar Brodkorb 8 년 전
부모
커밋
fbb7168a01
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      test/silly/Makefile.in

+ 4 - 0
test/silly/Makefile.in

@@ -4,6 +4,10 @@
 RET_hello := 42
 RET_tiny  := 42
 
+ifeq ($(TARGET_ARCH),ia64)
+TESTS_DISABLED += tst-atomic tst-atomic-long
+endif
+
 ifeq ($(TARGET_ARCH),mips)
 TESTS_DISABLED += tst-atomic tst-atomic-long
 endif