source: rtems/bsps/riscv/griscv/config/grv32im.cfg @ 568490a

5
Last change on this file since 568490a was 568490a, checked in by Jiri Gaisler <jiri@…>, on 02/08/19 at 11:40:45

griscv: add additional cpu configurations

  • Also switch default config to imafd as the C extension is not supported for code coverage
  • Property mode set to 100644
File size: 199 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/default.cfg
2
3RTEMS_CPU = riscv
4
5CPU_CFLAGS = -march=rv32im -mabi=ilp32
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.