Warning, /bsps/m68k/mvme162/config/mvme162.cfg is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for the mvme162 BSP
0003 #
0004
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006
0007 RTEMS_CPU=m68k
0008
0009 RTEMS_MVME162_MODEL=mvme162
0010
0011 # This contains the compiler options necessary to select the CPU model
0012 # and (hopefully) optimize for it.
0013 #
0014
0015 CPU_CFLAGS = -mcpu=68040 -msoft-float
0016
0017 # optimize flag: typically -O2
0018 CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
0019 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0020
0021 LDFLAGS = -Wl,--gc-sections
0022
0023 define bsp-post-link
0024 $(default-bsp-post-link)
0025 $(OBJCOPY) -O binary $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
0026 endef
0027
0028 # BSP-specific tools
0029 SLOAD=$(PROJECT_TOOLS)/sload