blob: 9d18d44612e1af3bf9fd7d2d88d2d22830df5ef4 (
plain)
1
2
3
4
5
6
7
|
# -*- Mode: makefile -*-
#
# SuperH specific tweaks
#
# On sh Linux supports 4k, 8k, 16k and 64k pages (but only 4k currently works)
EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-8192 run-test-mmap-16384 run-test-mmap-65536
|