7 lines
232 B
Makefile
7 lines
232 B
Makefile
|
# -*- Mode: makefile -*-
|
||
|
#
|
||
|
# HPPA specific tweaks - specifically masking out broken tests
|
||
|
|
||
|
# On parisc Linux supports 4K/16K/64K (but currently only 4k works)
|
||
|
EXTRA_RUNS+=run-test-mmap-4096 # run-test-mmap-16384 run-test-mmap-65536
|