source: rtems/bsps/arm/rtl22xx/config/rtl22xx_t.cfg @ 2a1171d8

5
Last change on this file since 2a1171d8 was 2a1171d8, checked in by Joel Sherrill <joel@…>, on 05/08/18 at 22:34:49

rtl22xx_t.cfg: Remove comment with -D THUMB_INTERWORK

Updates #3425.

  • Property mode set to 100644
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
9include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg
10
11CPU_CFLAGS += -mthumb
12
13CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
14
15LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.