瀏覽代碼

h8300: disable test using mprotect(), not available for h8300

Waldemar Brodkorb 8 年之前
父節點
當前提交
abbb302279
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      test/string/Makefile.in

+ 4 - 0
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