* make/custom/lpc24xx.inc: Use VFP floating point model.
This commit is contained in:
Sebastian Huber
2010-04-30 13:45:33 +00:00
parent fa97db5359
commit 5895c00c9b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/lpc24xx.inc: Use VFP floating point model.
2010-04-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* make/custom/lpc24xx.inc: removed over-paranoid warning switches

View File

@@ -8,6 +8,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU = arm
CPU_CFLAGS = -mcpu=arm7tdmi-s -mthumb -mstructure-size-boundary=8
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm7tdmi-s -mfpu=vfp -mfloat-abi=soft -mthumb
CFLAGS_OPTIMIZE_V = -Os -g