source: rtems/make/custom/mpc55xx.cfg @ 9723df84

4.104.115
Last change on this file since 9723df84 was f59f6489, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/01/08 at 06:42:48

Back out parts of yesterdays changes.

  • Property mode set to 100644
File size: 428 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 -D$(RTEMS_BOARD_MODEL)
21
22CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
Note: See TracBrowser for help on using the repository browser.