source: rtems/bsps/riscv/riscv/config/rv64imac.cfg @ 6f5d88a

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

bsp/riscv_generic: Rename to "riscv"

Update #3433.

  • Property mode set to 100644
File size: 200 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/default.cfg
2
3RTEMS_CPU = riscv
4
5CPU_CFLAGS = -march=rv64imac -mabi=lp64
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.