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

RTEMS_CPU = riscv

CPU_CFLAGS =

LDFLAGS = -Wl,--gc-sections

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