source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite.cfg @ 1c3dd579

5
Last change on this file since 1c3dd579 was 1c3dd579, checked in by Joel Sherrill <joel@…>, on 02/06/16 at 16:00:53

m68k/.../mcf5206elite.cfg: Disable per function sections

updates #2572.

  • Property mode set to 100644
File size: 635 bytes
Line 
1#
2#  Config file for a MCF5206eLITE board BSP
3#
4#  Author: Victor V. Vengerov <vvv@oktet.ru>
5#
6
7RTEMS_CPU=m68k
8RTEMS_CPU_MODEL=mcf5206
9
10include $(RTEMS_ROOT)/make/custom/default.cfg
11
12#  This contains the compiler options necessary to select the CPU model
13#  and (hopefully) optimize for it.
14CPU_CFLAGS = -mcpu=5206
15
16# optimize flag: typically -O2
17CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
18
19# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2572.
20# The following two lines enable compiling and linking on per element.
21# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
22# LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.