summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme5500.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-03-03 13:16:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-03-03 13:16:01 +0000
commit34793f3128a7fbaa5a39de500f3fb541375d160a (patch)
treee49518e3b7ca6bd5d812ac3a9cfe3c6d0ba325cf /make/custom/mvme5500.cfg
parentChange my email address. (diff)
downloadrtems-34793f3128a7fbaa5a39de500f3fb541375d160a.tar.bz2
2005-03-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI. * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V. Remove -Wa,-m7450.
Diffstat (limited to 'make/custom/mvme5500.cfg')
-rw-r--r--make/custom/mvme5500.cfg8
1 files changed, 2 insertions, 6 deletions
diff --git a/make/custom/mvme5500.cfg b/make/custom/mvme5500.cfg
index 2d439e7b27..f8e53aaa23 100644
--- a/make/custom/mvme5500.cfg
+++ b/make/custom/mvme5500.cfg
@@ -1,7 +1,7 @@
#
# Config file for the PowerPC 7455 based mvme5500
#
-# mvme2307.cfg,v 1.14.4.1 2003/03/18 19:26:36 joel Exp
+# $Id$
#
include $(RTEMS_ROOT)/make/custom/default.cfg
@@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=mvme5500
# and (hopefully) optimize for it.
# if gcc does not regonize 7450 then change -mcpu=750
#
-CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align -Wa,-m7450
+CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -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
@@ -30,10 +30,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 $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $@ > $(basename $@).num