summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-02-06 09:55:20 -0600
committerJoel Sherrill <joel@rtems.org>2016-02-06 09:55:27 -0600
commit78fd1ec19811e3d14ef1f3031c6fd6b09a0fe544 (patch)
treeff390f78c19c16983717c55fc37757efed928d56
parentm68k/.../mcf5329.cfg: Disable per function sections (diff)
downloadrtems-78fd1ec19811e3d14ef1f3031c6fd6b09a0fe544.tar.bz2
m68k/.../mcf5329.cfg: Disable per function sections
updates #2569.
-rw-r--r--c/src/lib/libbsp/m68k/mcf5329/make/custom/mcf5329.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5329/make/custom/mcf5329.cfg b/c/src/lib/libbsp/m68k/mcf5329/make/custom/mcf5329.cfg
index d9ea3d683d..1136763c26 100644
--- a/c/src/lib/libbsp/m68k/mcf5329/make/custom/mcf5329.cfg
+++ b/c/src/lib/libbsp/m68k/mcf5329/make/custom/mcf5329.cfg
@@ -16,7 +16,7 @@ CPU_CFLAGS = -mcpu=5307
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2561.
+# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2569.
# The following two lines enable compiling and linking on per element.
# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
# LDFLAGS = -Wl,--gc-sections