summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 07:20:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 07:20:14 +0000
commit0886c577c57d860ad4ad9321479d7b24f9e0eb03 (patch)
tree001c53d4d05282b9e473a0f06c27b0091b4e74fb /make
parent2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0886c577c57d860ad4ad9321479d7b24f9e0eb03.tar.bz2
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/mvme2307.cfg4
2 files changed, 4 insertions, 4 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index cc8a0d99de..44e9a9480f 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
+
2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 368/filesystems
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)