source: rtems/c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi.cfg @ 8ac62c4

4.115
Last change on this file since 8ac62c4 was c32b1ef, checked in by Alan Cudmore <alan.cudmore@…>, on 03/23/13 at 18:13:07

bsp/raspberrypi: New BSP

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