Changeset fe36adfe in rtems


Ignore:
Timestamp:
02/25/05 05:16:50 (19 years ago)
Author:
Jay Monkman <jtm@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7cde240
Parents:
ad3638a1
Message:

2005-02-24 Jay Monkman

  • custom/csb337.cfg: Cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/csb337.cfg

    rad3638a1 rfe36adfe  
    1616#  and (hopefully) optimize for it.
    1717#
    18 CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
    19 CPU_CFLAGS += -msoft-float
     18CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
    2019
    2120# optimize flag: typically -0, could use -O4 or -fast
     
    2322# NOTE2: some level of -O may be actually required by inline assembler (at least
    2423# -O2 so far.
    25 CFLAGS_OPTIMIZE_V=-O3
    26 #CFLAGS_OPTIMIZE_V=-O4 -mmultiple -mstring -mstrict-align
    27 
    28 # debug flags: typically none, but at least -O1 is required due to this
    29 # BSP using inlined code
    30 CFLAGS_DEBUG_V = -O1
    31 #CFLAGS_DEBUG_V = -O1 -mmultiple -mstring -mstrict-align
     24CFLAGS_OPTIMIZE_V=-O2 -g
    3225
    3326
Note: See TracChangeset for help on using the changeset viewer.