source: rtems/c/src/lib/libbsp/mips/rbtx4925/make/custom/rbtx4925.cfg @ aff176a4

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

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

  • make/custom/rbtx4925.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 615 bytes
Line 
1#
2#  Config file for the Toshiba RBTX4925 evaluation board with TX4925 cpu
3#
4#  rbtx4925.cfg,v 1.21 2002/06/14 17:31:20 joel Exp
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU_MODEL=tx4925
10
11#  This contains the compiler options necessary to select the CPU model
12#  and (hopefully) optimize for it.
13CPU_CFLAGS = -mips3 -G0 -EL
14
15# optimize flag: typically -O2
16CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
17
18define bsp-post-link
19        $(OBJCOPY) -O srec $@ $(basename $@).srec1
20        $(PACKHEX) < $(basename $@).srec1 > $(basename $@)$(DOWNEXT)
21        $(RM) $(basename $@).srec1
22        $(default-bsp-post-link)
23endef
Note: See TracBrowser for help on using the repository browser.