source: rtems/c/src/lib/libbsp/mips/hurricane/make/custom/hurricane.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: 577 bytes
Line 
1#
2#  Config file for the Quick Logic Hurricane evaluation board with PMC-Sierra RM5231 cpu
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU_MODEL=rm5231
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) -O srec $@ $(basename $@).srec1
18        $(PACKHEX) < $(basename $@).srec1 > $(basename $@)$(DOWNEXT)
19        $(RM) $(basename $@).srec1
20        $(default-bsp-post-link)
21endef
Note: See TracBrowser for help on using the repository browser.