Ticket #1150: mvme5500.cfg.diff

File mvme5500.cfg.diff, 515 bytes (added by feng1, on 12/03/06 at 13:31:12)

mvme5500.cfg.diff

  • mvme5500.cfg

    old new  
    1616#  and (hopefully) optimize for it.
    1717#  if gcc does not regonize 7450 then change -mcpu=750
    1818#
    19 CPU_CFLAGS = -mcpu=750 -mmultiple -mstring -mstrict-align
     19CPU_CFLAGS = -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
    2222# optimize flag: typically -0, could use -O4 or -fast