Back to home page

LXR

 
 

    


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

0001 #
0002 #  Config file for the Cogent CSB350 board
0003 #
0004 
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006 
0007 RTEMS_CPU=mips
0008 
0009 #  This contains the compiler options necessary to select the CPU model
0010 #  and (hopefully) optimize for it. 
0011 #
0012 # gcc 3.1 and newer
0013 CPU_CFLAGS = -mips32 -G0 -msoft-float
0014 
0015 # optimize flag: typically -O2
0016 CFLAGS_OPTIMIZE_V = -O2 -g
0017 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0018 
0019 LDFLAGS = -Wl,--gc-sections