Back to home page

LXR

 
 

    


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

0001 #
0002 #  gensh2.cfg
0003 #
0004 #  default configuration for Hitachi sh1 processors
0005 #
0006 #  Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de)
0007 #
0008 
0009 include $(RTEMS_ROOT)/make/custom/default.cfg
0010 
0011 RTEMS_CPU=sh
0012 
0013 #  This contains the compiler options necessary to select the CPU model
0014 #  and (hopefully) optimize for it.
0015 CPU_CFLAGS = -m2
0016 
0017 # optimize flag: typically -O2
0018 CFLAGS_OPTIMIZE_V = -O2 -g 
0019 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0020 
0021 LDFLAGS = -Wl,--gc-sections