summaryrefslogtreecommitdiff
path: root/Makefile.riscv64
blob: ce91e03ecd621d771821024645f2641113a4750d (plain)
1
2
3
4
ifeq ($(CORE), C910V)
CCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920
FCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920 -static
endif