m68k/.../mrm332.cfg: Correct ticket number in comment

This commit is contained in:
Joel Sherrill
2016-02-06 10:17:02 -06:00
parent fb81d367a3
commit a3687b5c4f

View File

@@ -14,7 +14,7 @@ CPU_CFLAGS = -mcpu=cpu32
# using optimise for size due to small memory on target board.
CFLAGS_OPTIMIZE_V = -Os -g -fomit-frame-pointer
# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2561.
# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2567.
# The following two lines enable compiling and linking on per element.
# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
# LDFLAGS = -Wl,--gc-sections