summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-02-06 10:19:46 -0600
committerJoel Sherrill <joel@rtems.org>2016-02-06 10:19:46 -0600
commitaaa21b18aa7acdd1e2efbaa60023e9d94a7976aa (patch)
tree1367541bda54f4255581df1fb942e93700cd594e
parentm68k/.../mcf5225x.cfg: Correct ticket number in comment (diff)
downloadrtems-aaa21b18aa7acdd1e2efbaa60023e9d94a7976aa.tar.bz2
powerpc/.../ss555.cfg: Correct ticket number in comment
-rw-r--r--c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg b/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
index 998a089372..ef86ddeb33 100644
--- a/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
+++ b/c/src/lib/libbsp/powerpc/ss555/make/custom/ss555.cfg
@@ -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