diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2013-05-03 13:02:56 +0200 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2013-05-04 21:41:49 +0200 |
commit | d566fd520935b9f816276ce2851ebff00a532a43 (patch) | |
tree | d02e1822571e26a62d82e0718e72ccf036a68101 /lib/fixedpoint/fixedpoint.make | |
parent | 1a4acc9d1eebd8e3dba9045a5047a4229567453e (diff) |
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.
Diffstat (limited to 'lib/fixedpoint/fixedpoint.make')
-rw-r--r-- | lib/fixedpoint/fixedpoint.make | 1 |
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) |