From 34793f3128a7fbaa5a39de500f3fb541375d160a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 3 Mar 2005 13:16:01 +0000 Subject: 2005-03-03 Ralf Corsepius * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI. * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V. Remove -Wa,-m7450. --- make/custom/mpc8260ads.cfg | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'make/custom/mpc8260ads.cfg') 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 -- cgit v1.2.3