a5ec3e36dc
As before, using Debian SID compilers. While the compiler can be coerced into generating big-endian code it seems the linker can't deal with it so we only enable the building for little endian SH4. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
8 lines
226 B
Makefile
8 lines
226 B
Makefile
# -*- 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
|