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

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

RTEMS_CPU = arm

CPU_CFLAGS = -mcpu=arm926ej-s -mthumb

CFLAGS_OPTIMIZE_V ?= -O2 -g
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections

LDFLAGS = -Wl,--gc-sections