Warning, /bsps/mips/malta/config/malta.cfg is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for the MIPS Malta board with 24kf CPU
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 CPU_CFLAGS = -march=24kf1_1 -Wa,-xgot -G0
0012
0013 # optimize flag: typically -O2
0014 CFLAGS_OPTIMIZE_V = -O0 -g
0015 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0016
0017 LDFLAGS = -Wl,--gc-sections