source:
rtems/c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi.cfg
@
c32b1ef
Last change on this file since c32b1ef was c32b1ef, checked in by Alan Cudmore <alan.cudmore@…>, on 03/23/13 at 18:13:07 | |
---|---|
|
|
File size: 414 bytes |
Line | |
---|---|
1 | # |
2 | # Config file for RASPBERRYPI |
3 | # |
4 | # $Id: $ |
5 | # |
6 | |
7 | include $(RTEMS_ROOT)/make/custom/default.cfg |
8 | |
9 | RTEMS_CPU = arm |
10 | |
11 | CPU_CFLAGS = -mcpu=arm1176jzf-s |
12 | |
13 | CFLAGS_OPTIMIZE_V = -O2 -g |
14 | |
15 | # This defines the operations performed on the linked executable. |
16 | # is currently required. |
17 | define bsp-post-link |
18 | $(OBJCOPY) -O binary --strip-all \ |
19 | $(basename $@).exe $(basename $@)$(DOWNEXT) |
20 | $(SIZE) $(basename $@).exe |
21 | endef |
22 |
Note: See TracBrowser
for help on using the repository browser.