source: rtems/c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi.cfg @ 38d94f56

4.115
Last change on this file since 38d94f56 was 38d94f56, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/13 at 19:31:28

raspberrypi.cfg: Remove CVS Id

  • Property mode set to 100644
File size: 412 bytes
Line 
1#
2#  Config file for RASPBERRYPI
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU = arm
8
9CPU_CFLAGS = -mcpu=arm1176jzf-s
10
11CFLAGS_OPTIMIZE_V = -O2 -g
12
13# This defines the operations performed on the linked executable.
14# is currently required.
15define bsp-post-link
16    $(OBJCOPY) -O binary --strip-all \
17        $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
18    $(SIZE) $(basename $@)$(EXEEXT)
19endef
20
Note: See TracBrowser for help on using the repository browser.