source: rtems/c/src/lib/libbsp/mips/jmr3904/make/custom/jmr3904.cfg @ c653559

5
Last change on this file since c653559 was c653559, checked in by Joel Sherrill <joel@…>, on 01/05/16 at 23:11:08

jmr3904.cfg: Delete old comments

  • Property mode set to 100644
File size: 225 bytes
Line 
1#
2#  Config file for the jmr3904 board which has a simulator in gdb
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=mips
8RTEMS_CPU_MODEL=tx3904
9
10CPU_CFLAGS = -march=r3900 -Wa,-xgot -G0
11
12CFLAGS_OPTIMIZE_V = -O2 -g
Note: See TracBrowser for help on using the repository browser.