source: rtems/bsps/powerpc/tqm8xx/config/tqm8xx.inc @ f004ace8

5
Last change on this file since f004ace8 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
Line 
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 \
11             -meabi -msdata=sysv -fno-common
12
13# optimize flag: typically -O2
14CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
15CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
16
17LDFLAGS = -Wl,--gc-sections
18
19define bsp-post-link
20        cp $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
21        $(STRIP) $(basename $@)$(DOWNEXT)
22        $(default-bsp-post-link)
23endef
Note: See TracBrowser for help on using the repository browser.