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

RTEMS_CPU = riscv

CPU_CFLAGS = -march=rv64imafd -mabi=lp64d

LDFLAGS = -Wl,--gc-sections

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