source: rtems/c/src/lib/libbsp/m68k/gen68360/make/custom/pgh360.cfg @ 6184b572

5
Last change on this file since 6184b572 was 6184b572, checked in by Joel Sherrill <joel@…>, on 02/06/16 at 15:40:58

m68k/gen68360/.../*.cfg: Disable per function sections

updates #2566.

  • Property mode set to 100644
File size: 440 bytes
Line 
1#
2#  Config file for a "generic 68360" BSP
3
4RTEMS_CPU=m68k
5RTEMS_CPU_MODEL=m68360
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9CPU_CFLAGS = -mcpu32
10
11CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
12
13# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2561.
14# The following two lines enable compiling and linking on per element.
15# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
16# LDFLAGS = -Wl,--gc-sections
Note: See TracBrowser for help on using the repository browser.