summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg')
-rw-r--r--c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg b/c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg
index a558362a1f..be48c0d583 100644
--- a/c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg
+++ b/c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg
@@ -10,7 +10,7 @@ RTEMS_CPU_MODEL=s3c2400
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mstructure-size-boundary=32 -mcpu=arm920t -mfpu=vfp -mfloat-abi=soft -DCPU_S3C2400
+CPU_CFLAGS = -mcpu=arm920t -DCPU_S3C2400
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g