summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/riscv_generic/config/rv64imac.cfg
blob: e5df5995ac99bac615d4e406736a3b9cb3cb107e (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

LDFLAGS = -Wl,--gc-sections

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