Warning, /bsps/mips/rbtx4938/config/rbtx4938.cfg is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for the Toshiba RBTX4938 evaluation board with TX4938 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
0016
0017 define bsp-post-link
0018 $(OBJCOPY) --srec-len=30 -O srec $@ $(basename $@)$(DOWNEXT)
0019 $(default-bsp-post-link)
0020 endef