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

This commit is contained in:
Joel Sherrill
2016-02-06 10:18:57 -06:00
parent 406b3b7b98
commit c99c70298b

View File

@@ -17,7 +17,7 @@ CPU_CFLAGS = -mcpu=52235 $(PROJECT_FLAGS)
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -fomit-frame-pointer
# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2561.
# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2568.
# The following two lines enable compiling and linking on per element.
# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
# LDFLAGS = -Wl,--gc-sections