summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-11 15:05:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-09-11 15:05:32 +0200
commit74493f053ebbad2a0248458481488cfbc7a89f5c (patch)
tree673981592ed46440d39bf322eda28da71e390eaa /c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg
parentdosfs: Check error status (diff)
downloadrtems-74493f053ebbad2a0248458481488cfbc7a89f5c.tar.bz2
bsps/arm: Delete obsolete compiler flags
These flags are obsolete with the EABI based ARM tool chain.
Diffstat (limited to 'c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg')
-rw-r--r--c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg b/c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg
index 8ce8e9a500..fafcbd5bed 100644
--- a/c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg
+++ b/c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg
@@ -9,7 +9,7 @@ RTEMS_CPU_MODEL=pxa255
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=xscale -mfpu=vfp -mfloat-abi=soft
+CPU_CFLAGS = -mcpu=xscale
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g