Warning, /bsps/sh/gensh1/config/gensh1.cfg is written in an unsupported language. File is not indexed.
0001 #
0002 # gensh1.cfg
0003 #
0004 # default configuration for Hitachi sh1 processors
0005 #
0006 # Author: 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 #
0016 CPU_CFLAGS = -m1
0017
0018 # optimize flag: typically -O2
0019 CFLAGS_OPTIMIZE_V = -O2 -g
0020 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0021
0022 LDFLAGS = -Wl,--gc-sections