From f42b93480e3f8d834cd5718925e08cced31d419d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 3 Mar 2009 08:28:50 +0000 Subject: Bring back -fdata-sections that got lost in the make system overhaul (r19146). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20191 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugins.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/plugins.make') diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index 58e05473e7..f6b1b003a0 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -66,10 +66,10 @@ $(BUILDDIR)/credits.raw credits.raw: $(DOCSDIR)/CREDITS # special dependencies $(BUILDDIR)/apps/plugins/wav2wv.rock: $(BUILDDIR)/apps/codecs/libwavpack.a $(PLUGINLIB) -# special pattern rule for compiling plugin lib (with -ffunction-sections) +# special pattern rule for compiling plugin lib (with function and data sections) $(BUILDDIR)/apps/plugins/lib/%.o: $(ROOTDIR)/apps/plugins/lib/%.c $(SILENT)mkdir -p $(dir $@) - $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) -I$(dir $<) $(PLUGINFLAGS) -ffunction-sections -c $< -o $@ + $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) -I$(dir $<) $(PLUGINFLAGS) -ffunction-sections -fdata-sections -c $< -o $@ # special pattern rule for compiling plugins with extra flags $(BUILDDIR)/apps/plugins/%.o: $(ROOTDIR)/apps/plugins/%.c $(PLUGINBITMAPLIB) -- cgit v1.2.3