summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/make
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-05-20 12:59:54 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-05-20 12:59:54 +0000
commit90e991acb15af6e2e174066e7eae518eaefe3a80 (patch)
treec75267b80cb9676203dcafd732db659584035e3a /c/src/lib/libbsp/arm/lpc24xx/make
parent2010-05-20 Bharath Suri <bharath.s.jois@gmail.com> (diff)
downloadrtems-90e991acb15af6e2e174066e7eae518eaefe3a80.tar.bz2
2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
* make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc24xx/make')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
index 917eaf07f7..3995435457 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx.inc
@@ -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