build: Remove explict -lstdc++-psram-workaround

This is now handled internally to the toolchain.
This commit is contained in:
Angus Gratton
2018-01-11 10:30:36 +11:00
committed by Angus Gratton
parent 853736afe2
commit 38e15e6241
3 changed files with 0 additions and 8 deletions
-5
View File
@@ -38,11 +38,6 @@ COMPONENT_ADD_LDFLAGS += $(COMPONENT_PATH)/libhal.a \
-u ld_include_panic_highint_hdl \
$(addprefix -T ,$(LINKER_SCRIPTS))
#The cache workaround also needs a c++ standard library recompiled with the workaround.
ifdef CONFIG_SPIRAM_CACHE_WORKAROUND
COMPONENT_ADD_LDFLAGS += $(COMPONENT_PATH)/libstdc++-psram-workaround.a
endif
ALL_LIB_FILES := $(patsubst %,$(COMPONENT_PATH)/lib/lib%.a,$(LIBS))
COMPONENT_SUBMODULES += lib