Back to home page

LXR

 
 

    


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

0001 #
0002 #  Config file for the UltraSparc III, IV SPARC64 processors.
0003 #  TODO: currently configured and tested only for ultrasparc3
0004 include $(RTEMS_ROOT)/make/custom/default.cfg
0005 
0006 RTEMS_CPU=sparc64
0007 
0008 #  This contains the compiler options necessary to select the CPU model
0009 #  and (hopefully) optimize for it.
0010 CPU_CFLAGS = -mcpu=ultrasparc3
0011 
0012 # optimize flag: typically -g -O2
0013 CFLAGS_OPTIMIZE_V = -g -O2
0014 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0015 
0016 LDFLAGS = -Wl,--gc-sections