source: rtems/c/src/lib/libbsp/m68k/gen68360/make/custom/gen68360_040.cfg @ fb81d367

5
Last change on this file since fb81d367 was fb81d367, checked in by Joel Sherrill <joel@…>, on 02/06/16 at 16:14:56

m68k/gen68360/.../*.cfg: Correct ticket number in comment

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