source: rtems/make/custom/mpc55xx.cfg @ fb2205a

4.104.114.95
Last change on this file since fb2205a was fb2205a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/09/08 at 16:30:27

2008-09-09 Joel Sherrill <joel.sherrill@…>

  • leaf.cfg, compilers/gcc-target-default.cfg, custom/bf537Stamp.cfg, custom/gen5200.cfg, custom/gen83xx.cfg, custom/genmcf548x.cfg, custom/mbx8xx.cfg, custom/mpc55xx.cfg, custom/nds.cfg, custom/pc386.cfg, custom/tqm8xx.cfg: Remove use of AM_LDFLAGS. Ensure LDFLAGS works all the time. Clean up BSPs which defined their own make-exe rules inappropriately.
  • 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.