source:
rtems/c/src/lib/libbsp/mips/malta/make/custom/malta.cfg
@
a36d1b4
Last change on this file since a36d1b4 was a36d1b4, checked in by Jennifer Averett <jennifer.averett@…>, on 04/04/12 at 17:21:15 | |
---|---|
|
|
File size: 356 bytes |
Line | |
---|---|
1 | # |
2 | # Config file for the MIPS Malta board with 24kf CPU |
3 | # |
4 | |
5 | include $(RTEMS_ROOT)/make/custom/default.cfg |
6 | |
7 | RTEMS_CPU=mips |
8 | RTEMS_CPU_MODEL=mips24kf |
9 | |
10 | # This contains the compiler options necessary to select the CPU model |
11 | # and (hopefully) optimize for it. |
12 | CPU_CFLAGS = -march=24kf1_1 -Wa,-xgot -G0 |
13 | |
14 | # optimize flag: typically -O2 |
15 | CFLAGS_OPTIMIZE_V = -O0 -g |
Note: See TracBrowser
for help on using the repository browser.