Changeset 34793f31 in rtems


Ignore:
Timestamp:
03/03/05 13:16:01 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ff1eb4c0
Parents:
f16be121
Message:

2005-03-03 Ralf Corsepius <ralf.corsepius@…>

  • custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
  • custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V. Remove -Wa,-m7450.
Location:
make
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    rf16be121 r34793f31  
     12005-03-03      Ralf Corsepius <ralf.corsepius@rtems.org>
     2
     3        * custom/mpc8260ads.cfg : Remove PPC_ASM, PPC_ABI.
     4        * custom/mvme5500.cfg: Remove CFLAGS_PROFILE_V.
     5        Remove -Wa,-m7450.
     6
    172005-02-25      Joel Sherrill <joel@OARcorp.com>
    28
  • make/custom/mcp750.cfg

    rf16be121 r34793f31  
    1717#  and (hopefully) optimize for it.
    1818#
    19 # NOTE : cheking egcc 1.1.1 source code shows that the last know processor
    20 # is the 604 model and that this is the default generation option.
    21 #
    2219CPU_CFLAGS = -mcpu=750 -Dmpc750
    2320
     
    3128# Currently the sdata2 and sbss2 sections are empty => r2 is not used...
    3229CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
    33 #CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions -fvolatile-global -fvolatile -mstrict-align -mcpu=750
    3430
    3531# debug flags: typically none, but at least -O1 is required due to this
  • make/custom/mpc8260ads.cfg

    rf16be121 r34793f31  
    1414RTEMS_BSP_FAMILY=mpc8260ads
    1515
    16 #  PPC_ABI (PowerPC)
    17 #     This defines the calling convention (Application Binary Interface)
    18 #     used in this configuration.  EABI is the only one supported.
    19 #     This BSP was initially developed using the PowerOpen ABI.
    20 #
    21 #  PPC_ASM (PowerPC)
    22 #     This defines the assembly language format used in this configuration.
    23 #     ELF is the only one supported.
    24 
    2516#  This contains the compiler options necessary to select the CPU model
    2617#  and (hopefully) optimize for it.
    2718#
    2819# CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -mstrict-align
    29 CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260 \
    30   -DPPC_ABI=PPC_ABI_EABI -DPPC_ASM=PPC_ASM_ELF
     20CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260
    3121
    3222# optimize flag: typically -0, could use -O4 or -fast
  • make/custom/mvme5500.cfg

    rf16be121 r34793f31  
    22#  Config file for the PowerPC 7455 based mvme5500
    33#
    4 mvme2307.cfg,v 1.14.4.1 2003/03/18 19:26:36 joel Exp
     4$Id$
    55#
    66
     
    1818#  if gcc does not regonize 7450 then change -mcpu=750
    1919#
    20 CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align -Wa,-m7450
     20CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mmultiple -mstring -mstrict-align
    2121#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
    2222
     
    3030# BSP using inlined code
    3131CFLAGS_DEBUG_V = -O1
    32 
    33 # profile flags: typically none, but at least -O1 is required due to this
    34 # BSP using inlined code
    35 CFLAGS_PROFILE_V = -O1   
    3632
    3733define make-exe
Note: See TracChangeset for help on using the changeset viewer.