summaryrefslogblamecommitdiffstats
path: root/make/custom/lpc24xx.cfg
blob: 41c40302a4cda3d9c9b049f3d820ec4919d0cb88 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                                                     
#
#  Config file for LPC24XX.
#
#  $Id$
#

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

RTEMS_CPU = arm

RTEMS_BSP_FAMILY = lpc24xx

CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mapcs-frame \
	-Wextra -Wno-unused -Wpointer-arith -Wcast-qual -Wconversion -Wmissing-prototypes -fno-inline

CFLAGS_OPTIMIZE_V = -Os -g

LDFLAGS += -qnolinkcmds -T $(LPC24XX_LINKCMDS)