summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg
diff options
context:
space:
mode:
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