summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/riscv/config/mpfs64imafdc.cfg
blob: b04e78b0e90f94d366096d79c2d29eee96deb8fc (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 -mcmodel=medany

LDFLAGS = -Wl,--gc-sections

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