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

LDFLAGS = -Wl,--gc-sections

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