Back to home page

LXR

 
 

    


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

0001 #
0002 #  simsh2.cfg
0003 #
0004 #  default configuration for gdb-simulation of Hitachi sh2 processors
0005 
0006 include $(RTEMS_ROOT)/make/custom/default.cfg
0007 
0008 RTEMS_CPU=sh
0009 
0010 #  This contains the compiler options necessary to select the CPU model
0011 #  and (hopefully) optimize for it.
0012 CPU_CFLAGS = -m2
0013 
0014 # optimize flag: typically -O2
0015 CFLAGS_OPTIMIZE_V = -O2 -g
0016 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0017 
0018 LDFLAGS = -Wl,--gc-sections