source: rtems/make/custom/lpc24xx.cfg @ 2161e59

4.104.115
Last change on this file since 2161e59 was 949166d, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 02/27/09 at 12:12:08

added missing files

  • Property mode set to 100644
File size: 380 bytes
Line 
1#
2#  Config file for LPC24XX.
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU = arm
10
11RTEMS_BSP_FAMILY = lpc24xx
12
13CPU_CFLAGS = -mcpu=arm7tdmi-s -mstructure-size-boundary=8 -mapcs-frame \
14        -Wextra -Wno-unused -Wpointer-arith -Wcast-qual -Wconversion -Wmissing-prototypes -fno-inline
15
16CFLAGS_OPTIMIZE_V = -Os -g
17
18LDFLAGS += -qnolinkcmds -T $(LPC24XX_LINKCMDS)
Note: See TracBrowser for help on using the repository browser.