Update Makefile.riscv64
This commit is contained in:
parent
6001418057
commit
ebef09219b
|
@ -1,4 +1,4 @@
|
||||||
ifeq ($(CORE), C910V)
|
ifeq ($(CORE), C910V)
|
||||||
CCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920
|
CCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920 -O1
|
||||||
FCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920 -static
|
FCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920 -static
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue