summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-02-06 10:17:59 -0600
committerJoel Sherrill <joel@rtems.org>2016-02-06 10:17:59 -0600
commit6564bd2abbfbd43117985bcd24de9ddaa337a377 (patch)
treef7e6bc59775e9fb18b6120e9cbe651eff8f992ff
parentm68k/.../mrm332.cfg: Correct ticket number in comment (diff)
downloadrtems-6564bd2abbfbd43117985bcd24de9ddaa337a377.tar.bz2
powerpc/.../mpc8260ads.cfg: Correct ticket number in comment
-rw-r--r--c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg b/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg
index 0379c3b82e..9645033d11 100644
--- a/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg
+++ b/c/src/lib/libbsp/powerpc/mpc8260ads/make/custom/mpc8260ads.cfg
@@ -18,7 +18,7 @@ CPU_CFLAGS = -mcpu=603e -mstrict-align -Dmpc8260 \
# 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 #2565.
# The following two lines enable compiling and linking on per element.
# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
# LDFLAGS = -Wl,--gc-sections