source: rtems/c/src/lib/libbsp/mips/csb350/make/custom/csb350.cfg @ c4905d8d

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: 425 bytes
Line 
1#
2#  Config file for the Cogent CSB350 board
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU=mips
8
9#  This contains the compiler options necessary to select the CPU model
10#  and (hopefully) optimize for it.
11#
12# gcc 3.1 and newer
13CPU_CFLAGS = -mips32 -G0 -msoft-float
14
15# optimize flag: typically -O2
16CFLAGS_OPTIMIZE_V = -O2 -g
17CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
18
19LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.