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

RTEMS_CPU = riscv

CPU_CFLAGS = -march=rv32imafdc -mabi=ilp32d

LDFLAGS = -Wl,--gc-sections

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