Changeset 349475b in rtems for make/custom


Ignore:
Timestamp:
09/19/08 19:27:36 (16 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
4c9784e8
Parents:
af70ed5
Message:

2008-09-19 Joel Sherrill <joel.sherrill@…>

  • custom/ep1a.cfg, custom/mtx603e.cfg, custom/mvme2100.cfg, custom/psim.cfg, custom/score603e.cfg: Eliminate vestiges of mpc603e define.
Location:
make/custom
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • make/custom/ep1a.cfg

    raf70ed5 r349475b  
    1515#  and (hopefully) optimize for it.
    1616#
    17 CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align
     17CPU_CFLAGS = -mcpu=603e -Dppc603e -mmultiple -mstring -mstrict-align
    1818
    1919# optimize flag: typically -O2
  • make/custom/mtx603e.cfg

    raf70ed5 r349475b  
    1515#  This contains the compiler options necessary to select the CPU model
    1616#  and (hopefully) optimize for it.
    17 CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e
     17CPU_CFLAGS = -mcpu=603e -Dppc603e
    1818
    1919# optimize flag: typically -O2
  • make/custom/mvme2100.cfg

    raf70ed5 r349475b  
    1515#  This contains the compiler options necessary to select the CPU model
    1616#  and (hopefully) optimize for it.
    17 CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e
     17CPU_CFLAGS = -mcpu=603e -Dppc603e
    1818
    1919# optimize flag: typically -O2
  • make/custom/psim.cfg

    raf70ed5 r349475b  
    1515#  This contains the compiler options necessary to select the CPU model
    1616#  and (hopefully) optimize for it.
    17 #
    1817CPU_CFLAGS = -mcpu=603e  -Dppc603e
    19 #-ffunction-sections
    2018
    2119# optimize flag: typically -O2
  • make/custom/score603e.cfg

    raf70ed5 r349475b  
    2121#  and (hopefully) optimize for it.
    2222#
    23 CPU_CFLAGS = -mcpu=603e -Dmpc603e -Dppc603e -mmultiple -mstring -mstrict-align
     23CPU_CFLAGS = -mcpu=603e -Dppc603e -mmultiple -mstring -mstrict-align
    2424
    2525# optimize flag: typically -O2
Note: See TracChangeset for help on using the changeset viewer.