summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme5500.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/mvme5500.cfg')
-rw-r--r--make/custom/mvme5500.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg
index 99f7364ecd..6dd4945c38 100644
--- a/make/custom/mvme5500.cfg
+++ b/make/custom/mvme5500.cfg
@@ -20,14 +20,12 @@ CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmulti
#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
# optimize flag: typically -O2
-#CFLAGS_OPTIMIZE_V = -O4 -fno-keep-inline-functions
CFLAGS_OPTIMIZE_V = -O4
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
-# test -d ${PROJECT_RELEASE}/bin || mkdir ${PROJECT_RELEASE}/bin
$(OBJCOPY) -Obinary $@ $(@:%.exe=%)$(LIB_VARIANT).bin
endef