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

RTEMS_CPU = riscv

CPU_CFLAGS = -march=rv64imafdc -mabi=lp64d

LDFLAGS = -Wl,--gc-sections

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