source: rtems/c/src/lib/libbsp/sparc64/usiii/make/custom/usiii.cfg @ 7633f5b

5
Last change on this file since 7633f5b was 7633f5b, checked in by Sebastian Huber <sebastian.huber@…>, on 03/12/18 at 05:59:15

sparc64: Move libcpu content to cpukit

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 493 bytes
Line 
1#
2#  Config file for the UltraSparc III, IV SPARC64 processors.
3#  TODO: currently configured and tested only for ultrasparc3
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=ultrasparc3 -DUS3 -DSUN4U
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.