diff options
Diffstat (limited to 'test/pthread')
-rw-r--r-- | test/pthread/Makefile.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in index cb7cb6d..c989b58 100644 --- a/test/pthread/Makefile.in +++ b/test/pthread/Makefile.in @@ -3,9 +3,18 @@ TESTS_DISABLED += cancellation-points +ifeq ($(TARGET_ARCH),microblaze) +TESTS_DISABLED += ex3 +endif +ifeq ($(TARGET_ARCH),nds32) +TESTS_DISABLED += ex3 +endif ifeq ($(TARGET_ARCH),sh) TESTS_DISABLED += ex2 ex7 endif +ifeq ($(TARGET_ARCH),cris) +TESTS_DISABLED += ex2 ex5 +endif EXTRA_LDFLAGS := -lpthread |