aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/riscv64/Makefile.target
blob: 9973ba3b5f8c37a0150fba3359c8053fe2a20547 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- Mode: makefile -*-
# RISC-V specific tweaks

VPATH += $(SRC_PATH)/tests/tcg/riscv64
TESTS += test-div
TESTS += noexec

# Disable compressed instructions for test-noc
TESTS += test-noc
test-noc: LDFLAGS = -nostdlib -static
run-test-noc: QEMU_OPTS += -cpu rv64,c=false