Back to home page

LXR

 
 

    


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

0001 # 
0002 #  Config file for a MCF5206eLITE board BSP
0003 #
0004 #  Author: Victor V. Vengerov <vvv@oktet.ru>
0005 #
0006 
0007 RTEMS_CPU=m68k
0008 
0009 include $(RTEMS_ROOT)/make/custom/default.cfg
0010 
0011 #  This contains the compiler options necessary to select the CPU model
0012 #  and (hopefully) optimize for it.
0013 CPU_CFLAGS = -mcpu=5206
0014 
0015 # optimize flag: typically -O2
0016 CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
0017 
0018 # The following two lines enable compiling and linking on per element.
0019 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0020 LDFLAGS = -Wl,--gc-sections