repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git]
/
tests
/
tcg
/
s390x
/
Makefile.softmmu-target
blob
a34fa68473ea8042fb7096322ce50757b6b8a06d
1
S390X_SRC=$(SRC_PATH)/tests/tcg/s390x
2
VPATH+=$(S390X_SRC)
3
QEMU_OPTS=-action panic=exit-failure -kernel
4
5
%: %.S
6
$(CC) -march=z13 -m64 -nostartfiles -static -Wl,-Ttext=0 \
7
-Wl,--build-id=none $< -o $@
8
9
TESTS += unaligned-lowcore