source: rtems/c/src/lib/libbsp/powerpc/mvme5500/make/custom/mvme5500.cfg @ e40b95b

4.104.115
Last change on this file since e40b95b was e40b95b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:53:38

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/mvme5500.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 715 bytes
Line 
1#
2#  Config file for the PowerPC 7455 based mvme5500
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=powerpc
10RTEMS_CPU_MODEL=mpc7455
11
12#  This contains the compiler options necessary to select the CPU model
13#  and (hopefully) optimize for it.
14#  if gcc does not regonize 7450 then change -mcpu=750
15#
16CPU_CFLAGS = -fno-strict-aliasing -mcpu=7450 -Dmpc7455 -mno-altivec -mabi=altivec -mvrsave=no -mmultiple -mstring -mstrict-align
17#T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
18
19# optimize flag: typically -O2
20CFLAGS_OPTIMIZE_V = -O2 -g
21
22define bsp-post-link
23        $(default-bsp-post-link)
24        $(OBJCOPY) -O binary $(basename $@).exe $(basename $@)$(DOWNEXT)
25endef
Note: See TracBrowser for help on using the repository browser.