source:
rtems/c/src/lib/libbsp/arm/atsam/make/custom/atsamv.cfg
@
f2e0f8e
Last change on this file since f2e0f8e was f2e0f8e, checked in by Sebastian Huber <sebastian.huber@…>, on 01/14/16 at 15:03:51 | |
---|---|
|
|
File size: 247 bytes |
Line | |
---|---|
1 | include $(RTEMS_ROOT)/make/custom/default.cfg |
2 | |
3 | RTEMS_CPU = arm |
4 | |
5 | CPU_CFLAGS = -mthumb -mcpu=cortex-m7 -mfpu=fpv5-d16 -mfloat-abi=hard |
6 | |
7 | CFLAGS_OPTIMIZE_V = -O2 -g |
8 | CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections |
9 | |
10 | LDFLAGS = -Wl,--gc-sections |
Note: See TracBrowser
for help on using the repository browser.