summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
blob: 9bcef4b7931bcaab5372cf503c6b3b62a8c08b38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
#  Config file for LPC24XX.
#

include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU = arm

CPU_CFLAGS = -mcpu=arm7tdmi-s -mthumb

CFLAGS_OPTIMIZE_V = -Os -g
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections

LDFLAGS = -Wl,--gc-sections