powerpc/.../ss555.cfg: Correct ticket number in comment

This commit is contained in:
Joel Sherrill
2016-02-06 10:19:46 -06:00
parent c99c70298b
commit aaa21b18aa

View File

@@ -21,7 +21,7 @@ CPU_CFLAGS = -mcpu=$(GCC_CPU_MODEL) -D$(RTEMS_CPU_MODEL)
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2561.
# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2563.
# The following two lines enable compiling and linking on per element.
# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
# LDFLAGS = -Wl,--gc-sections