5
Last change
on this file since c4905d8d was
b6755af,
checked in by Sebastian Huber <sebastian.huber@…>, on 03/09/18 at 15:45:56
|
bsps/mips: Move libcpu content to bsps
This patch is a part of the BSP source reorganization.
Update #3285.
|
-
Property mode set to
100644
|
File size:
417 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 | |
---|
9 | # This contains the compiler options necessary to select the CPU model |
---|
10 | # and (hopefully) optimize for it. |
---|
11 | CPU_CFLAGS = -march=24kf1_1 -Wa,-xgot -G0 |
---|
12 | |
---|
13 | # optimize flag: typically -O2 |
---|
14 | CFLAGS_OPTIMIZE_V = -O0 -g |
---|
15 | CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections |
---|
16 | |
---|
17 | LDFLAGS = -Wl,--gc-sections |
---|
Note: See
TracBrowser
for help on using the repository browser.