source: rtems/bsps/riscv/griscv/config/griscv.cfg @ d3d4e77

5
Last change on this file since d3d4e77 was d3d4e77, checked in by Jiri Gaisler <jiri@…>, on 01/18/19 at 11:37:55

riscv: add griscv bsp

Update #3678.

  • Property mode set to 100644
File size: 203 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/default.cfg
2
3RTEMS_CPU = riscv
4
5CPU_CFLAGS = -march=rv32imafc -mabi=ilp32f
6
7LDFLAGS = -Wl,--gc-sections
8
9CFLAGS_OPTIMIZE_V ?= -O2 -g -ffunction-sections -fdata-sections
Note: See TracBrowser for help on using the repository browser.