Changeset a48565c in rtems for make/custom


Ignore:
Timestamp:
11/27/07 20:47:09 (16 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
248e29a
Parents:
4650a44c
Message:

2007-11-27 Kate Feng <feng1@…>

  • custom/mvme5500.cfg: Add compiler arguments sine without them, the BSP has issues.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/mvme5500.cfg

    r4650a44c ra48565c  
    1717#  if gcc does not regonize 7450 then change -mcpu=750
    1818#
    19 CPU_CFLAGS = -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align
     19CPU_CFLAGS = fno-strict-aliasing -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align
    2020#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
    2121
Note: See TracChangeset for help on using the changeset viewer.