From d566fd520935b9f816276ce2851ebff00a532a43 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Fri, 3 May 2013 13:02:56 +0200 Subject: [PATCH] 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. --- lib/fixedpoint/fixedpoint.make | 1 + 1 file changed, 1 insertion(+) 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)