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

4.115
Last change on this file since c31a7129 was efdda565, checked in by Nick Withers <nick.withers@…>, on 08/09/13 at 04:18:17

Use $(EXEEXT) [defaults to "exe"] to generate binaries

  • Property mode set to 100644
File size: 424 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 $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
20    $(SIZE) $(basename $@)$(EXEEXT)
21endef
22
Note: See TracBrowser for help on using the repository browser.