summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-03-04 10:23:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-03-04 10:23:03 +0100
commit1e13404118fb17a6368d72ecd547c35cac56a339 (patch)
tree289b65ac55b438e35d6ecf2f55b38368553c6260 /test
parent6acae052d7845ef7a34dcd7437620025051a92b8 (diff)
m68k: my coldfire testsystem uses an old kernel
Diffstat (limited to 'test')
-rw-r--r--test/misc/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/misc/Makefile.in b/test/misc/Makefile.in
index c31442c..31bb7e1 100644
--- a/test/misc/Makefile.in
+++ b/test/misc/Makefile.in
@@ -9,6 +9,9 @@ endif
ifeq ($(TARGET_ARCH),bfin)
TESTS_DISABLED += tst-rlimit tst-rlimit64
endif
+ifeq ($(TARGET_ARCH),m68k)
+TESTS_DISABLED += tst-rlimit tst-rlimit64
+endif
CFLAGS_dirent64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
CFLAGS_tst-rlimit64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64