source: rtems/bsps/sparc64/niagara/config/niagara.cfg @ adb85dd

5
Last change on this file since adb85dd was adb85dd, checked in by Sebastian Huber <sebastian.huber@…>, on 04/21/18 at 08:22:08

bsps: Move make/custom/* files to bsps

Adjust various build files. Remove automatic generation of the
c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 411 bytes
Line 
1#
2#  Config file for the Niagara SPARC64 processor.
3#
4include $(RTEMS_ROOT)/make/custom/default.cfg
5
6RTEMS_CPU=sparc64
7
8#  This contains the compiler options necessary to select the CPU model
9#  and (hopefully) optimize for it.
10CPU_CFLAGS = -mcpu=niagara -DSUN4V
11
12# optimize flag: typically -g -O2
13CFLAGS_OPTIMIZE_V = -g -O2
14CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
15
16LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.