summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-02-06 10:18:57 -0600
committerJoel Sherrill <joel@rtems.org>2016-02-06 10:18:57 -0600
commitc99c70298b49c47c10c28e16f7c30913b9d1a429 (patch)
tree02c87ea1d439cabf7bbe5779dd25d476776e11b9
parentpowerpc/.../qemuppc.cfg: Correct ticket number in comment (diff)
downloadrtems-c99c70298b49c47c10c28e16f7c30913b9d1a429.tar.bz2
m68k/.../mcf5225x.cfg: Correct ticket number in comment
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
index a3aed593af..3a1540785d 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
+++ b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x.cfg
@@ -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