source: rtems/make/custom/lpc24xx.cfg @ 51a8f0e

4.104.115
Last change on this file since 51a8f0e was 24dc66c, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/05/09 at 10:32:28

renamed config files

  • Property mode set to 100644
File size: 278 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 -mthumb
14
15CFLAGS_OPTIMIZE_V = -Os -g
16
17LDFLAGS += -qnolinkcmds -T $(LPC24XX_LINKCMDS)
Note: See TracBrowser for help on using the repository browser.