source: rtems/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk.cfg @ 46265063

4.115
Last change on this file since 46265063 was 46265063, checked in by Pavel Pisa <pisa@…>, on 08/21/14 at 13:38:24

bsp/tms570: implemented support functions to satisfy complete tests build requirements.

This patch enables to build all RTEMS tests for tms570ls3137_hdk_sdram
BSP variant in in default build. Debug build with --enable-rtems-debug set
has succeed for samples subset of tests as well.

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