source: rtems/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx.cfg @ 0c3bae8

4.104.115
Last change on this file since 0c3bae8 was 0c3bae8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:34:48

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/rtl22xx.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 522 bytes
Line 
1#
2#  Config file for LPC22xx board
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=arm
10RTEMS_CPU_MODEL=lpc22xx
11
12#  This contains the compiler options necessary to select the CPU model
13#  and (hopefully) optimize for it.
14#
15CPU_CFLAGS = -mcpu=arm7tdmi -mstructure-size-boundary=8 -mapcs-frame
16
17# optimize flag: typically -0, could use -O4 or -fast
18# -O4 is ok for RTEMS
19# NOTE2: some level of -O may be actually required by inline assembler (at least
20# -O2 so far.
21CFLAGS_OPTIMIZE_V = -Os -g -DNDEBUG
Note: See TracBrowser for help on using the repository browser.