source: rtems/c/src/lib/libbsp/mips/malta/make/custom/malta.cfg @ 22bb1b61

5
Last change on this file since 22bb1b61 was a36d1b4, checked in by Jennifer Averett <jennifer.averett@…>, on 04/04/12 at 17:21:15

Add MIPS/Malta BSP.

  • Property mode set to 100644
File size: 356 bytes
Line 
1#
2#  Config file for the MIPS Malta board with 24kf CPU
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=mips
8RTEMS_CPU_MODEL=mips24kf
9
10#  This contains the compiler options necessary to select the CPU model
11#  and (hopefully) optimize for it.
12CPU_CFLAGS = -march=24kf1_1 -Wa,-xgot -G0
13
14# optimize flag: typically -O2
15CFLAGS_OPTIMIZE_V = -O0 -g
Note: See TracBrowser for help on using the repository browser.