fixes coremark linker setting
This commit is contained in:
@ -25,6 +25,7 @@ else
|
||||
RISCV_ABI:=ilp32
|
||||
endif
|
||||
BSP_BASE = ../../../bare-metal-bsp
|
||||
LINKER_SCRIPT=link.lds
|
||||
|
||||
TRIPLET?=riscv64-unknown-elf
|
||||
# Flag : OUTFLAG
|
||||
@ -58,7 +59,8 @@ ASFLAGS =
|
||||
OFLAG = -o
|
||||
COUT = -c
|
||||
|
||||
LFLAGS_END =
|
||||
LFLAGS_END = -T $(BSP_BASE)/env/$(BOARD)/$(LINKER_SCRIPT)
|
||||
|
||||
# Flag : PORT_SRCS
|
||||
# Port specific source files can be added here
|
||||
# You may also need cvt.c if the fcvt functions are not provided as intrinsics by your compiler!
|
||||
|
Reference in New Issue
Block a user