source: rtems/c/src/lib/libbsp/mips/rbtx4938/make/custom/rbtx4938.cfg @ 1c554014

4.115
Last change on this file since 1c554014 was 1c554014, checked in by Ralf Corsépius <ralf.corsepius@…>, on 07/19/12 at 14:14:53

Remove CVS-Ids.

  • Property mode set to 100644
File size: 482 bytes
Line 
1#
2#  Config file for the Toshiba RBTX4938 evaluation board with TX4938 cpu
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU_MODEL=tx4938
8
9#  This contains the compiler options necessary to select the CPU model
10#  and (hopefully) optimize for it.
11CPU_CFLAGS = -mips3 -G0 -EL
12
13# optimize flag: typically -O2
14CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
15
16define bsp-post-link
17        $(OBJCOPY) --srec-len=30 -O srec $@ $(basename $@)$(DOWNEXT)
18        $(default-bsp-post-link)
19endef
Note: See TracBrowser for help on using the repository browser.