Pass newly updated -march, -mabi options to gcc
[riscv-tests.git] / isa / rv64si / Makefrag
1 #=======================================================================
2 # Makefrag for rv64si tests
3 #-----------------------------------------------------------------------
4
5 rv64si_sc_tests = \
6 csr \
7 dirty \
8 ma_fetch \
9 scall \
10 wfi \
11 sbreak \
12
13 rv64si_p_tests = $(addprefix rv64si-p-, $(rv64si_sc_tests))
14
15 spike_tests += $(rv64si_p_tests)