summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/griscv/config/griscv.cfg
blob: 471f5ee2a60fe13ed98a13405a4e31d472b86042 (plain) (blame)
1
2
3
4
5
6
7
8
9
include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU = riscv

CPU_CFLAGS = -march=rv32imafd -mabi=ilp32d

LDFLAGS = -Wl,--gc-sections

CFLAGS_OPTIMIZE_V ?= -O2 -g -ffunction-sections -fdata-sections