Warning, /bsps/mips/rbtx4925/config/rbtx4925.cfg is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for the Toshiba RBTX4925 evaluation board with TX4925 cpu
0003 #
0004
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006
0007 # This contains the compiler options necessary to select the CPU model
0008 # and (hopefully) optimize for it.
0009 CPU_CFLAGS = -mips3 -G0 -EL
0010
0011 # optimize flag: typically -O2
0012 CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
0013 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0014
0015 LDFLAGS = -Wl,--gc-sections