source:
rtems/bsps/arm/rtl22xx/config/rtl22xx_t.cfg
@
2a1171d8
Last change on this file since 2a1171d8 was 2a1171d8, checked in by Joel Sherrill <joel@…>, on 05/08/18 at 22:34:49 | |
---|---|
|
|
File size: 320 bytes |
Line | |
---|---|
1 | # |
2 | # Config file for LPC22xx board in Thumb mode |
3 | # |
4 | |
5 | # This contains the compiler options necessary to select the CPU model |
6 | # and (hopefully) optimize for it. |
7 | # |
8 | |
9 | include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg |
10 | |
11 | CPU_CFLAGS += -mthumb |
12 | |
13 | CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections |
14 | |
15 | LDFLAGS = -Wl,--gc-sections |
Note: See TracBrowser
for help on using the repository browser.