Add CSKY support
This commit is contained in:
4
Makefile.csky
Normal file
4
Makefile.csky
Normal 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
|
||||
Reference in New Issue
Block a user