diff options
Diffstat (limited to 'test/string/Makefile.in')
-rw-r--r-- | test/string/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/string/Makefile.in b/test/string/Makefile.in index ad52a9f2c..39fb91210 100644 --- a/test/string/Makefile.in +++ b/test/string/Makefile.in @@ -2,3 +2,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. EXTRA_CFLAGS := -fno-builtin + +ifeq ($(TARGET_ARCH),h8300) +TESTS_DISABLED += stratcliff +endif |