source: rtems/c/src/lib/libbsp/sparc/leon2/make/custom/at697f.cfg @ b2e1bded

5
Last change on this file since b2e1bded was 671efc50, checked in by Sebastian Huber <sebastian.huber@…>, on 07/19/17 at 12:06:06

bsp/leon2: Add at697f variant

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