summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2013-05-03 13:02:56 +0200
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2013-05-04 21:41:49 +0200
commitd566fd520935b9f816276ce2851ebff00a532a43 (patch)
treed02e1822571e26a62d82e0718e72ccf036a68101
parent1a4acc9d1eebd8e3dba9045a5047a4229567453e (diff)
downloadrockbox-d566fd520935b9f816276ce2851ebff00a532a43.tar.gz
rockbox-d566fd520935b9f816276ce2851ebff00a532a43.zip
Revert "Don't set CORE_GCSECTIONS in fixedpoint.make."
While it made the mini2g not crash during startup anymore further tests showed that other mini2g devices still exhibit the crash, or end up with a "No partition found" error; furthermore the device tested first still crashes on USB disconnect. Therefore the change doesn't really help with the problem, and at the expense of increasing binary size for all other targets there is no point in keeping it for now. This reverts commit 850491a043a9341ef31ffb8c02eedd2ae7b2c53e.
-rw-r--r--lib/fixedpoint/fixedpoint.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fixedpoint/fixedpoint.make b/lib/fixedpoint/fixedpoint.make
index bfbde74ce1..0233e9499b 100644
--- a/lib/fixedpoint/fixedpoint.make
+++ b/lib/fixedpoint/fixedpoint.make
@@ -16,6 +16,7 @@ OTHER_SRC += $(FIXEDPOINTLIB_SRC)
# If not SOFTWARECODECS, then only plugins depend upon us
ifdef SOFTWARECODECS
CORE_LIBS += $(FIXEDPOINTLIB)
+CORE_GCSECTIONS := yes
endif
FIXEDPOINTLIB_FLAGS := $(CFLAGS) $(SHARED_CFLAGS)