aboutsummaryrefslogtreecommitdiff
path: root/tests/common/arch/riscv64/source.mk
blob: e3c0e55d4a949737ac72e6334952ad977f84309b (plain) (blame)
1
2
3
4
# -mno-relax to disable the compiler from using the gp register as a shorthand
#  for __global_pointer$, which I currently don't do anything with. Should
#  probably fix at some point
ARCH_FLAGS += -march=rv64imac -mabi=lp64 -mno-relax