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

RTEMS_CPU = riscv

CPU_CFLAGS = -march=rv32imafc -mabi=ilp32f

LDFLAGS = -Wl,--gc-sections

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