summaryrefslogtreecommitdiffstats
path: root/make/custom/mcp750.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/mcp750.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/mcp750.cfg')
-rw-r--r--make/custom/mcp750.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg
index a8cd098c06..0b18e4cd03 100644
--- a/make/custom/mcp750.cfg
+++ b/make/custom/mcp750.cfg
@@ -16,9 +16,6 @@ RTEMS_BSP_FAMILY=motorola_powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-# NOTE : cheking egcc 1.1.1 source code shows that the last know processor
-# is the 604 model and that this is the default generation option.
-#
CPU_CFLAGS = -mcpu=750 -Dmpc750
# optimize flag: typically -0, could use -O4 or -fast
@@ -30,7 +27,6 @@ CPU_CFLAGS = -mcpu=750 -Dmpc750
# model => not used.
# Currently the sdata2 and sbss2 sections are empty => r2 is not used...
CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
-#CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -fvolatile-global -fvolatile -mstrict-align -mcpu=750
# debug flags: typically none, but at least -O1 is required due to this
# BSP using inlined code