summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme5500.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-30 06:46:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-30 06:46:38 +0000
commit0c642539f20904a139fb2851d18d9a55ffce8729 (patch)
treeeddbdfa1e4148db59036b942264e79bc3eb605e0 /make/custom/mvme5500.cfg
parent * vmeUniverse/vmeTsi148.h: user now must define a symbol (diff)
downloadrtems-0c642539f20904a139fb2851d18d9a55ffce8729.tar.bz2
Cleanup.
Diffstat (limited to 'make/custom/mvme5500.cfg')
-rw-r--r--make/custom/mvme5500.cfg8
1 files changed, 1 insertions, 7 deletions
diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg
index 0f9f0c1ae5..51a3a901a7 100644
--- a/make/custom/mvme5500.cfg
+++ b/make/custom/mvme5500.cfg
@@ -19,16 +19,10 @@ RTEMS_BSP_FAMILY=mvme5500
CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
-# NOTE: some level of -O may be actually required by inline assembler
+# optimize flag: typically -O2
#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
CFLAGS_OPTIMIZE_V = -O4
-# debug flags: typically none, but at least -O1 is required due to this
-# BSP using inlined code
-CFLAGS_DEBUG_V = -O1
-
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $@ > $(basename $@).num