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

4.104.115
Last change on this file since 0441091 was 0441091, checked in by Sebastian Huber <sebastian.huber@…>, on 04/30/10 at 13:40:13

2010-04-30 Sebastian Huber <sebastian.huber@…>

  • csb336/make/custom/csb336.cfg, csb337/make/custom/csb337.cfg, edb7312/make/custom/edb7312.cfg, gba/make/custom/gba.cfg, gdbarmsim/make/custom/arm920.cfg, gp32/make/custom/gp32.cfg, gumstix/make/custom/gumstix.cfg, lpc32xx/make/custom/lpc32xx_phycore.cfg, nds/make/custom/nds.cfg, rtl22xx/make/custom/rtl22xx.cfg, smdk2410/make/custom/smdk2410.cfg: Use VFP floating point model.
  • Property mode set to 100644
File size: 549 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 = -mstructure-size-boundary=8 -mcpu=arm7tdmi -mfpu=vfp -mfloat-abi=soft -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.