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

5
Last change on this file since adb85dd was adb85dd, checked in by Sebastian Huber <sebastian.huber@…>, on 04/21/18 at 08:22:08

bsps: Move make/custom/* files to bsps

Adjust various build files. Remove automatic generation of the
c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 513 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
13#CFLAG: -mthumb-interwork can add veneer between ARM and Thumb code.
14#CPU_CFLAGS += -mthumb-interwork -D __THUMB_INTERWORK__ -mthumb
15#CPU_ASFLAGS += -D __THUMB_INTERWORK__  -mthumb-interwork
16
17CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
18
19LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.