diff options
Diffstat (limited to 'test/pthread/Makefile.in')
-rw-r--r-- | test/pthread/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pthread/Makefile.in b/test/pthread/Makefile.in index cb7cb6d..65673a8 100644 --- a/test/pthread/Makefile.in +++ b/test/pthread/Makefile.in @@ -3,6 +3,10 @@ TESTS_DISABLED += cancellation-points +ifeq ($(TARGET_ARCH),or1k) +TESTS_DISABLED += ex3 +endif + ifeq ($(TARGET_ARCH),sh) TESTS_DISABLED += ex2 ex7 endif |