Add CSKY support

This commit is contained in:
Dirreke
2024-01-16 23:45:06 +08:00
parent 13c764eaaa
commit ec89466e14
15 changed files with 325 additions and 4 deletions

4
Makefile.csky Normal file
View File

@@ -0,0 +1,4 @@
ifeq ($(CORE), CK860FV)
CCOMMON_OPT += -march=ck860v -mcpu=ck860fv -mfdivdu -mhard-float
FCOMMON_OPT += -march=ck860v -mcpu=ck860fv -mfdivdu -mhard-float -static
endif