Back to home page

LXR

 
 

    


Warning, /bsps/m68k/mvme162/config/mvme162lx.cfg is written in an unsupported language. File is not indexed.

0001 #
0002 #  Configuration file for a MVME162LX
0003 #
0004 #  This is an MVME162 model with ...
0005 
0006 #
0007 #  All mvme162 configurations share the same base file, only the cpu model
0008 #  differs.
0009 #  
0010 
0011 RTEMS_MVME162_MODEL=mvme162lx
0012 
0013 include $(RTEMS_ROOT)/make/custom/default.cfg
0014 
0015 RTEMS_CPU=m68k
0016 
0017 #  This contains the compiler options necessary to select the CPU model
0018 #  and (hopefully) optimize for it. 
0019 #
0020 CPU_CFLAGS = -mcpu=68040 -msoft-float
0021 
0022 # optimize flag: typically -O2
0023 CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
0024 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0025 
0026 LDFLAGS = -Wl,--gc-sections
0027 
0028 define bsp-post-link
0029         $(default-bsp-post-link)
0030         $(OBJCOPY) -O binary $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
0031 endef
0032 
0033 # BSP-specific tools
0034 SLOAD=$(PROJECT_TOOLS)/sload