Changeset eec76f3c in rtems


Ignore:
Timestamp:
05/14/02 15:51:29 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
55b3616
Parents:
606926f
Message:

2002-05-01 Ralf Corsepius <corsepiu@…>

  • custom/dmv177.cfg: Use -mcpu=603e.
  • custom/ppcn_60x.cfg: Use -mcpu=603e.
  • custom/psim.cfg: Use -mcpu=603e.
  • custom/score603e.cfg: Use -mcpu=603e.
  • custom/ts_386ex.cfg: Remove obsolete comments.
  • custom/rxgen960.cfg: Remove obsolete comments.
  • custom/cvme961.cfg: Remove obsolete comments.
Location:
make
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r606926f reec76f3c  
     12002-05-01      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
     2
     3        * custom/dmv177.cfg: Use -mcpu=603e.
     4        * custom/ppcn_60x.cfg: Use -mcpu=603e.
     5        * custom/psim.cfg: Use -mcpu=603e.
     6        * custom/score603e.cfg: Use -mcpu=603e.
     7        * custom/ts_386ex.cfg: Remove obsolete comments.
     8        * custom/rxgen960.cfg: Remove obsolete comments.
     9        * custom/cvme961.cfg: Remove obsolete comments.
     10
    1112001-05-09      Joel Sherrill <joel@OARcorp.com>
    212
  • make/custom/cvme961.cfg

    r606926f reec76f3c  
    1818CPU_CFLAGS=-mca
    1919
    20 # -pipe does not work in our local configuration of FSF GCC 2.6.0
    21 # configured on top of Intel Release 2.4.  We did this to replace
    22 # the GCC 2.4.5 shipped with Intel Release 2.4.
    23 
    2420# optimize flag: typically -0, could use -O4 or -fast
    2521# -O4 is ok for RTEMS
  • make/custom/dmv177.cfg

    r606926f reec76f3c  
    2020#  and (hopefully) optimize for it.
    2121#
    22 CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e
     22CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
    2323
    2424# optimize flag: typically -0, could use -O4 or -fast
  • make/custom/ppcn_60x.cfg

    r606926f reec76f3c  
    1717#  and (hopefully) optimize for it.
    1818#
    19 CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e
     19CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
    2020
    2121# optimize flag: typically -0, could use -O4 or -fast
  • make/custom/psim.cfg

    r606926f reec76f3c  
    1616#  and (hopefully) optimize for it.
    1717#
    18 CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e
     18CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
    1919#-ffunction-sections
    2020
  • make/custom/rxgen960.cfg

    r606926f reec76f3c  
    1818# CPU_CFLAGS = -mrp -D__i960RP__ -D__i960_RP__
    1919CPU_CFLAGS = -mrp
    20 
    21 # -pipe does not work in our local configuration of FSF GCC 2.6.0
    22 # configured on top of Intel Release 2.4.  We did this to replace
    23 # the GCC 2.4.5 shipped with Intel Release 2.4.
    2420
    2521# optimize flag: typically -0, could use -O4 or -fast
  • make/custom/score603e.cfg

    r606926f reec76f3c  
    2121#  and (hopefully) optimize for it.
    2222#
    23 CPU_CFLAGS = -mcpu=603 -D_OLD_EXCEPTIONS -Dppc603e
     23CPU_CFLAGS = -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e
    2424
    2525# optimize flag: typically -0, could use -O4 or -fast
  • make/custom/ts_386ex.cfg

    r606926f reec76f3c  
    2424CFLAGS_OPTIMIZE_V= -O4
    2525
    26 #  This section makes the target dependent options file.
    27 
    2826#  Something like this should produce a map file but this does not work.
    2927
     
    3331#  though (1.9 Mb for hello) and greatly slows the build process.
    3432# $(OBJDUMP) -x -m i386 -d $(basename $@).coff > $(basename $@).rdmp
    35 
    36 # The following are definitions of make-exe which will work using ld as
    37 # is currently required.  It is expected that as of gcc 2.8, the end user
    38 # will be able to override parts of the compilers specs and link using gcc.
    3933
    4034define make-exe
Note: See TracChangeset for help on using the changeset viewer.