2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V.
This commit is contained in:
Ralf Corsepius
2003-05-27 07:20:14 +00:00
parent 78bea1442c
commit 0886c577c5
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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)