summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme2307.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 07:23:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 07:23:51 +0000
commit7406ae3e0578e09c036e832a78640d94e806695c (patch)
tree22c9cad3b2058a3f785771cc475743554b202b73 /make/custom/mvme2307.cfg
parent2003-04-17 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> (diff)
downloadrtems-7406ae3e0578e09c036e832a78640d94e806695c.tar.bz2
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
Diffstat (limited to '')
-rw-r--r--make/custom/mvme2307.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg
index 0d188960f9..9303bde89f 100644
--- a/make/custom/mvme2307.cfg
+++ b/make/custom/mvme2307.cfg
@@ -28,10 +28,6 @@ CFLAGS_OPTIMIZE_V = -O4
# BSP using inlined code
CFLAGS_DEBUG_V = -O1
-# profile flags: typically none, but at least -O1 is required due to this
-# BSP using inlined code
-CFLAGS_PROFILE_V = -O1
-
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
-o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)