1 # -*- Mode: makefile -*-
2 # RISC-V specific tweaks
4 VPATH += $(SRC_PATH)/tests/tcg/riscv64
8 # Disable compressed instructions for test-noc
10 test-noc: LDFLAGS = -nostdlib -static
11 run-test-noc: QEMU_OPTS += -cpu rv64,c=false
12 run-plugin-test-noc-%: QEMU_OPTS += -cpu rv64,c=false