m68k/.../mcf5329.cfg: Disable per function sections

updates #2569.
This commit is contained in:
Joel Sherrill
2016-02-06 09:55:20 -06:00
parent ea791d52bd
commit 78fd1ec198

View File

@@ -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