source: rtems/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc @ 5895c00

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

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

  • make/custom/lpc24xx.inc: Use VFP floating point model.
  • Property mode set to 100644
File size: 228 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
11CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm7tdmi-s -mfpu=vfp -mfloat-abi=soft -mthumb
12
13CFLAGS_OPTIMIZE_V = -Os -g
Note: See TracBrowser for help on using the repository browser.