From fbb7168a0109ec23662953625d38de09d2642d77 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 10 Mar 2016 21:49:19 +0100 Subject: ia64: disable atomic tests --- test/silly/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/silly/Makefile.in b/test/silly/Makefile.in index 4f35368bf..c47734414 100644 --- a/test/silly/Makefile.in +++ b/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 -- cgit v1.2.3