source: rtems/make/custom/mpc55xx.cfg @ 913f3e9

4.104.115
Last change on this file since 913f3e9 was 913f3e9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/02/08 at 08:09:55

Remove RTEMS_BOARD_MODEL.

  • Property mode set to 100644
File size: 405 bytes
Line 
1##
2#
3# @file
4#
5# @ingroup mpc55xx_config
6#
7# @brief Shared configuration file for the MPC55xx board family.
8#
9
10include $(RTEMS_ROOT)/make/custom/default.cfg
11
12RTEMS_CPU = powerpc
13
14RTEMS_CPU_MODEL = mpc55xx
15
16RTEMS_BSP_FAMILY = mpc55xxevb
17
18# FIXME
19CPU_CFLAGS = -mcpu=8540 -meabi -msdata -fno-common -funit-at-a-time \
20    -D__ppc_generic -mstrict-align
21
22CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
Note: See TracBrowser for help on using the repository browser.