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

RTEMS_CPU = riscv

CPU_CFLAGS = -march=rv64imac -mabi=lp64 -mcmodel=medany

LDFLAGS = -Wl,--gc-sections

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