Back to home page

LXR

 
 

    


Warning, /bsps/powerpc/mvme5500/config/mvme5500.cfg is written in an unsupported language. File is not indexed.

0001 #
0002 #  Config file for the PowerPC 7455 based mvme5500
0003 #
0004 
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006 
0007 RTEMS_CPU=powerpc
0008 
0009 # This is the actual bsp directory used during the build process.
0010 RTEMS_BSP_FAMILY=mvme5500
0011 
0012 #  This contains the compiler options necessary to select the CPU model
0013 #  and (hopefully) optimize for it. 
0014 CPU_CFLAGS = -mcpu=7450 -mtune=7450
0015 
0016 # optimize flag: typically -O2
0017 CFLAGS_OPTIMIZE_V = -O2 -g
0018 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0019 
0020 LDFLAGS = -Wl,--gc-sections
0021 
0022 define bsp-post-link
0023         $(default-bsp-post-link)
0024         $(OBJCOPY) -O binary $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
0025 endef
0026 
0027 # 
0028 START_BASE=mvme5500start