mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 21:40:49 +00:00
tests/tcg: enable building for HPPA
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>
This commit is contained in:
parent
4f2cbcfb4d
commit
3ae8a1000b
@ -71,6 +71,7 @@ docker-image-debian-win64-cross: docker-image-debian8-mxe
|
||||
docker-image-debian-sid: NOCACHE=1
|
||||
|
||||
docker-image-debian-alpha-cross: docker-image-debian-sid
|
||||
docker-image-debian-hppa-cross: docker-image-debian-sid
|
||||
docker-image-travis: NOUSER=1
|
||||
|
||||
# Specialist build images, sometimes very limited tools
|
||||
|
12
tests/docker/dockerfiles/debian-hppa-cross.docker
Normal file
12
tests/docker/dockerfiles/debian-hppa-cross.docker
Normal file
@ -0,0 +1,12 @@
|
||||
#
|
||||
# Docker cross-compiler target
|
||||
#
|
||||
# This docker target builds on the debian sid base image which
|
||||
# contains cross compilers for Debian "ports" targets.
|
||||
#
|
||||
FROM qemu:debian-sid
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive eatmydata \
|
||||
apt-get install -y --no-install-recommends \
|
||||
gcc-hppa-linux-gnu \
|
||||
libc6-dev-hppa-cross
|
2
tests/tcg/hppa/Makefile.include
Normal file
2
tests/tcg/hppa/Makefile.include
Normal file
@ -0,0 +1,2 @@
|
||||
DOCKER_IMAGE=debian-hppa-cross
|
||||
DOCKER_CROSS_COMPILER=hppa-linux-gnu-gcc
|
6
tests/tcg/hppa/Makefile.target
Normal file
6
tests/tcg/hppa/Makefile.target
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- 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
|
Loading…
Reference in New Issue
Block a user