forked from len0rd/rockbox
Don't set CORE_GCSECTIONS in fixedpoint.make.
fixedpoint.make is not a subdir Makefile but a lib Makefile. Setting CORE_GCSECTIONS in it will affect the final link and make it always use --gc-sections (for SWCODEC Rockbox), since libfixedpoint is always needed (bootloader and HWCODEC don't use libfixedpoint). Fixes FS#12857. Change-Id: Ib30bd03cbcea9c339a73daf7b673868aa3cc7a88
This commit is contained in:
parent
08199cd6cb
commit
850491a043
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ OTHER_SRC += $(FIXEDPOINTLIB_SRC)
|
||||||
# If not SOFTWARECODECS, then only plugins depend upon us
|
# If not SOFTWARECODECS, then only plugins depend upon us
|
||||||
ifdef SOFTWARECODECS
|
ifdef SOFTWARECODECS
|
||||||
CORE_LIBS += $(FIXEDPOINTLIB)
|
CORE_LIBS += $(FIXEDPOINTLIB)
|
||||||
CORE_GCSECTIONS := yes
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
FIXEDPOINTLIB_FLAGS := $(CFLAGS) $(SHARED_CFLAGS)
|
FIXEDPOINTLIB_FLAGS := $(CFLAGS) $(SHARED_CFLAGS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue