source: rtems/bsps/riscv/riscv_generic/config/rv32imafc.cfg @ 41e2295

5
Last change on this file since 41e2295 was 41e2295, checked in by Sebastian Huber <sebastian.huber@…>, on 06/22/18 at 05:04:12

bsp/riscv_generic: Use standard optimization flags

Update #3433.

  • 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.