Warning, /bsps/powerpc/tqm8xx/config/tqm8xx.inc is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for a PowerPC MPC8xx-based TQM8xx carrier card
0003 #
0004
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006
0007 RTEMS_CPU=powerpc
0008
0009 CPU_CFLAGS = -mcpu=860 -mstrict-align -fno-strict-aliasing \
0010 -meabi -msdata=sysv -fno-common
0011
0012 # optimize flag: typically -O2
0013 CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
0014 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0015
0016 LDFLAGS = -Wl,--gc-sections
0017
0018 define bsp-post-link
0019 cp $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
0020 $(STRIP) $(basename $@)$(DOWNEXT)
0021 $(default-bsp-post-link)
0022 endef