source: rtems/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc @ 5aea39b7

4.104.115
Last change on this file since 5aea39b7 was 5aea39b7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/06/09 at 14:26:38

2009-11-06 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Add RTEMS_BSP_LINKCMDS.
  • Makefile.am: Rework linkcmds handling.
  • make/custom/tqm8xx.inc: Remove RTEMS_LINKCMDS, LDFLAGS.
  • Property mode set to 100644
File size: 505 bytes
Line 
1#
2#  Config file for a PowerPC MPC8xx-based TQM8xx carrier card
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=powerpc
8RTEMS_CPU_MODEL=mpc860
9
10CPU_CFLAGS = -mcpu=860 -Dmpc860 \
11             -mstrict-align -fno-strict-aliasing \
12             -meabi -msdata -fno-common
13
14# optimize flag: typically -O2
15CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
16
17define bsp-post-link
18        cp $(basename $@).exe $(basename $@)$(DOWNEXT)
19        $(STRIP) $(basename $@)$(DOWNEXT)
20        $(default-bsp-post-link)
21endef
Note: See TracBrowser for help on using the repository browser.