source: rtems/bsps/powerpc/tqm8xx/config/tqm8xx.inc @ 3274ec75

5
Last change on this file since 3274ec75 was adb85dd, checked in by Sebastian Huber <sebastian.huber@…>, on 04/21/18 at 08:22:08

bsps: Move make/custom/* files to bsps

Adjust various build files. Remove automatic generation of the
c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 578 bytes
RevLine 
[64a9775]1#
2#  Config file for a PowerPC MPC8xx-based TQM8xx carrier card
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=powerpc
8
9CPU_CFLAGS = -mcpu=860 -Dmpc860 \
10             -mstrict-align -fno-strict-aliasing \
[0fe0718]11             -meabi -msdata=sysv -fno-common
[64a9775]12
13# optimize flag: typically -O2
14CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
[0a9ee085]15CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
16
17LDFLAGS = -Wl,--gc-sections
[64a9775]18
19define bsp-post-link
[efdda565]20        cp $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
[64a9775]21        $(STRIP) $(basename $@)$(DOWNEXT)
22        $(default-bsp-post-link)
23endef
Note: See TracBrowser for help on using the repository browser.