* make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
This commit is contained in:
Sebastian Huber
2010-05-20 12:59:54 +00:00
parent ce92a825c4
commit 90e991acb1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/irq-config.h: Removed file.

View File

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