summaryrefslogtreecommitdiffstats
path: root/make/custom/ss555.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 06:47:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 06:47:35 +0000
commitd528062705b2380355141427b49e408dc6e43efb (patch)
tree0e01a677a97dd5b367bbcda51273d0c9de4746f6 /make/custom/ss555.cfg
parent2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d528062705b2380355141427b49e408dc6e43efb.tar.bz2
Remove CXXFLAGS_OPTIMIZE_V.
Diffstat (limited to '')
-rw-r--r--make/custom/ss555.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/custom/ss555.cfg b/make/custom/ss555.cfg
index 5aa6c23f2b..3684827802 100644
--- a/make/custom/ss555.cfg
+++ b/make/custom/ss555.cfg
@@ -24,7 +24,6 @@ CPU_CFLAGS = -mcpu=$(GCC_CPU_MODEL) -D$(RTEMS_CPU_MODEL) -D$(RTEMS_BSP_FAMILY)
# optimize flag: typically -O, could use -O4 or -fast
CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
-CXXFLAGS_OPTIMIZE_V = -O4
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) $(SS555_LDFLAGS) \