# # Config file for the jmr3904 board which has a simulator in gdb # include $(RTEMS_ROOT)/make/custom/default.cfg RTEMS_CPU=mips RTEMS_CPU_MODEL=tx3904 CPU_CFLAGS = -march=r3900 -Wa,-xgot -G0 CFLAGS_OPTIMIZE_V = -O2 -g # arguments to compile and link with per-element sections CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections LDFLAGS = -Wl,--gc-sections