source: rtems/bsps/powerpc/tqm8xx/config/tqm8xx.inc @ 762fa62

5
Last change on this file since 762fa62 was 3d43c475, checked in by Joel Sherrill <joel@…>, on 05/16/18 at 14:58:13

tqm8xx: Move -Dxxx to configure.ac

Updates #3425.

  • Property mode set to 100644
File size: 554 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 -mstrict-align -fno-strict-aliasing \
10             -meabi -msdata=sysv -fno-common
11
12# optimize flag: typically -O2
13CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
14CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
15
16LDFLAGS = -Wl,--gc-sections
17
18define bsp-post-link
19        cp $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
20        $(STRIP) $(basename $@)$(DOWNEXT)
21        $(default-bsp-post-link)
22endef
Note: See TracBrowser for help on using the repository browser.