Back to home page

LXR

 
 

    


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

0001 #
0002 #  Config file for an Intec Automation SS555 MPC555-based card
0003 #
0004 #  This file is derived from:
0005 #
0006 #  Config file for a PowerPC MPC860-based MBX821-001 card.
0007 #  Config file for a PowerPC 403 based helas403 card
0008 #  Config file for MPC860 based Ethernet Comm Board
0009 
0010 include $(RTEMS_ROOT)/make/custom/default.cfg
0011 
0012 RTEMS_CPU=powerpc
0013 
0014 #  This contains the compiler options necessary to select the CPU model
0015 #  and (hopefully) optimize for it.
0016 #
0017 CPU_CFLAGS = -mcpu=505
0018 
0019 # optimize flag: typically -O2
0020 CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
0021 
0022 # The following two lines enable compiling and linking on per element.
0023 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0024 LDFLAGS = -Wl,--gc-sections
0025 
0026 define bsp-post-link
0027         $(default-bsp-post-link)
0028         cp $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT) 
0029         $(STRIP) $(basename $@)$(DOWNEXT)
0030 endef