Warning, /bsps/mips/jmr3904/config/jmr3904.cfg is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for the jmr3904 board which has a simulator in gdb
0003 #
0004
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006
0007 RTEMS_CPU=mips
0008
0009 CPU_CFLAGS = -march=r3900 -Wa,-xgot -G0
0010
0011 CFLAGS_OPTIMIZE_V = -O2 -g
0012
0013 # arguments to compile and link with per-element sections
0014 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0015 LDFLAGS = -Wl,--gc-sections
0016