aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/s390x/Makefile.softmmu-target
blob: 607f6ba21a40d0a7e5c8de108bf5edbc937ef50d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
S390X_SRC=$(SRC_PATH)/tests/tcg/s390x
VPATH+=$(S390X_SRC)
QEMU_OPTS=-action panic=exit-failure -kernel

%: %.S
	$(CC) -march=z13 -m64 -nostdlib -static -Wl,-Ttext=0 \
		-Wl,--build-id=none $< -o $@

TESTS += unaligned-lowcore
TESTS += bal
TESTS += sam
TESTS += lpsw
TESTS += lpswe-early
TESTS += ssm-early
TESTS += stosm-early
TESTS += exrl-ssm-early