summaryrefslogtreecommitdiffstats
path: root/make/custom/gp32.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-17 16:52:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-17 16:52:16 +0000
commit9e53ee2ca60cbad82be440f957a8b5c5a9236471 (patch)
tree97186d3f9cd3d2111c012cc1b783374b34201bdc /make/custom/gp32.cfg
parent2007-01-16 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-9e53ee2ca60cbad82be440f957a8b5c5a9236471.tar.bz2
CFLAGS_OPTIMIZE_V = -O2
Diffstat (limited to 'make/custom/gp32.cfg')
-rw-r--r--make/custom/gp32.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/gp32.cfg b/make/custom/gp32.cfg
index dc9ded1e75..8f891deabe 100644
--- a/make/custom/gp32.cfg
+++ b/make/custom/gp32.cfg
@@ -15,10 +15,10 @@ RTEMS_BSP_FAMILY=gp32
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32 -O3
+CPU_CFLAGS = -mcpu=arm920t -mstructure-size-boundary=32
# optimize flag: typically -O2
-CFLAGS_OPTIMIZE_V=
+CFLAGS_OPTIMIZE_V= -O2
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \