[rtems commit] m68k/.../gen68340.cfg: Disable per function sections
Joel Sherrill
joel at rtems.org
Sat Feb 6 16:26:40 UTC 2016
Module: rtems
Branch: master
Commit: 50ae9957f8da8daf96d6d4963a4ba0c3e5b3ab06
Changeset: http://git.rtems.org/rtems/commit/?id=50ae9957f8da8daf96d6d4963a4ba0c3e5b3ab06
Author: Joel Sherrill <joel at rtems.org>
Date: Sat Feb 6 10:03:48 2016 -0600
m68k/.../gen68340.cfg: Disable per function sections
updates #2573.
---
c/src/lib/libbsp/m68k/gen68340/make/custom/gen68340.cfg | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/c/src/lib/libbsp/m68k/gen68340/make/custom/gen68340.cfg b/c/src/lib/libbsp/m68k/gen68340/make/custom/gen68340.cfg
index 18eda2b..16177b5 100644
--- a/c/src/lib/libbsp/m68k/gen68340/make/custom/gen68340.cfg
+++ b/c/src/lib/libbsp/m68k/gen68340/make/custom/gen68340.cfg
@@ -13,6 +13,8 @@ CPU_CFLAGS = -mcpu=cpu32
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
-LDFLAGS = -Wl,--gc-sections
+# FIXME: Disabled because linkcmds lacks proper KEEP() directives. See #2573.
+# The following two lines enable compiling and linking on per element.
+# CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
+# LDFLAGS = -Wl,--gc-sections
More information about the vc
mailing list