summaryrefslogtreecommitdiff
path: root/test/mmap/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/mmap/Makefile.in')
-rw-r--r--test/mmap/Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/mmap/Makefile.in b/test/mmap/Makefile.in
index b15ea82..5eff82e 100644
--- a/test/mmap/Makefile.in
+++ b/test/mmap/Makefile.in
@@ -1,2 +1,14 @@
# uClibc-ng mmap tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+
+ifeq ($(TARGET_ARCH),arm)
+TESTS_DISABLED := mmap2
+endif
+
+ifeq ($(TARGET_ARCH),riscv32)
+TESTS_DISABLED := mmap2
+endif
+
+ifeq ($(TARGET_ARCH),xtensa)
+TESTS_DISABLED := mmap2
+endif