]> Git Repo - qemu.git/blame - tests/tcg/ppc/Makefile.target
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190118' into staging
[qemu.git] / tests / tcg / ppc / Makefile.target
CommitLineData
97103c25
AB
1# -*- Mode: makefile -*-
2#
3# PPC - included from tests/tcg/Makefile
4#
5
6ifneq (,$(findstring 64,$(TARGET_NAME)))
7# On PPC64 Linux can be configured with 4k (default) or 64k pages (currently broken)
8EXTRA_RUNS+=run-test-mmap-4096 #run-test-mmap-65536
9else
10# On PPC32 Linux supports 4K/16K/64K/256K (but currently only 4k works)
11EXTRA_RUNS+=run-test-mmap-4096 #run-test-mmap-16384 run-test-mmap-65536 run-test-mmap-262144
12endif
This page took 0.05104 seconds and 4 git commands to generate.