Back to home page

LXR

 
 

    


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

0001 #
0002 #  Config file for MPC8260 based Motorola ADS board
0003 #
0004 
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006 
0007 RTEMS_CPU=powerpc
0008 8XX_CPU_TYPE=8260
0009 
0010 #  This contains the compiler options necessary to select the CPU model
0011 #  and (hopefully) optimize for it. 
0012 #
0013 # CPU_CFLAGS = -mcpu=$(8XX_CPU_TYPE) -mstrict-align
0014 CPU_CFLAGS = -mcpu=603e -mstrict-align -meabi -msdata=sysv -fno-common
0015 
0016 # optimize flag: typically -O2
0017 CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
0018 
0019 # The following two lines enable compiling and linking on per element.
0020 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0021 LDFLAGS = -Wl,--gc-sections