Changeset 574fb67 in rtems for make/custom


Ignore:
Timestamp:
07/14/08 16:15:28 (16 years ago)
Author:
Thomas Doerfler <Thomas.Doerfler@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
18e6e824
Parents:
3c6fe2e
Message:

updated gen83xx BSP
updated haleakala BSP
added MPC55xx BSP

Location:
make/custom
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/gen83xx.cfg

    r3c6fe2e r574fb67  
    2020#  and (hopefully) optimize for it.
    2121#
    22 CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing\
     22CPU_CFLAGS = -mcpu=603e -mstrict-align -fno-strict-aliasing \
     23             -meabi -msdata -fno-common \
    2324             -D$(RTEMS_BOARD_MODEL) -D$(RTEMS_83XX_DERIVATE)
    2425
    2526# optimize flag: typically -O2
    26 CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
     27CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -funit-at-a-time -W -Wno-unused
    2728
    2829AM_LDFLAGS+= -qnolinkcmds -T $(RTEMS_LINKCMDS)
Note: See TracChangeset for help on using the changeset viewer.