summaryrefslogtreecommitdiffstats
path: root/make/custom/mpc8260ads.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/mpc8260ads.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 '')
-rw-r--r--make/custom/mpc8260ads.cfg12
1 files changed, 1 insertions, 11 deletions
diff --git a/make/custom/mpc8260ads.cfg b/make/custom/mpc8260ads.cfg
index ea0623982f..e7473ab638 100644
--- a/make/custom/mpc8260ads.cfg
+++ b/make/custom/mpc8260ads.cfg
@@ -13,21 +13,11 @@ RTEMS_CPU_MODEL=mpc8260
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=mpc8260ads
-# PPC_ABI (PowerPC)
-# This defines the calling convention (Application Binary Interface)
-# used in this configuration. EABI is the only one supported.
-# This BSP was initially developed using the PowerOpen ABI.
-#
-# PPC_ASM (PowerPC)
-# This defines the assembly language format used in this configuration.
-# ELF is the only one supported.
-
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
# CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -mstrict-align
-CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260 \
- -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF
+CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS