Changeset 7dc035b in rtems for make/custom


Ignore:
Timestamp:
09/03/08 15:34:39 (16 years ago)
Author:
Thomas Doerfler <Thomas.Doerfler@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
9ac9883
Parents:
d5982b4
Message:

More CPU_CFLAGS: -meabi -msdata -fno-common

File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/gen5200.cfg

    rd5982b4 r7dc035b  
    1616#  and (hopefully) optimize for it.
    1717#
    18 CPU_CFLAGS = -mcpu=603e -mstrict-align -D$(RTEMS_BOARD_MODEL)
     18CPU_CFLAGS = -mcpu=603e -mstrict-align \
     19             -meabi -msdata -fno-common \
     20             -D$(RTEMS_BOARD_MODEL)
    1921
    2022# optimize flag: typically -O2
Note: See TracChangeset for help on using the changeset viewer.