source: rtems/c/src/lib/libbsp/arm/atsam/make/custom/atsamv.cfg @ 8467c31

5
Last change on this file since 8467c31 was f2e0f8e, checked in by Sebastian Huber <sebastian.huber@…>, on 01/14/16 at 15:03:51

bsp/atsam: New

Close #2529.

  • Property mode set to 100644
File size: 247 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/default.cfg
2
3RTEMS_CPU = arm
4
5CPU_CFLAGS = -mthumb -mcpu=cortex-m7 -mfpu=fpv5-d16 -mfloat-abi=hard
6
7CFLAGS_OPTIMIZE_V = -O2 -g
8CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
9
10LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.