From: Ivan Grokhotkov Date: Wed, 18 Oct 2017 12:01:29 +0000 (+0800) Subject: update libstdc++.a built with pSRAM workaround X-Git-Tag: v3.1-dev~148^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d55ddfe56d9622b855a5d374193acd1e60a3b3f0;p=esp-idf update libstdc++.a built with pSRAM workaround --- diff --git a/components/esp32/component.mk b/components/esp32/component.mk index e66cae3bcd..590893a993 100644 --- a/components/esp32/component.mk +++ b/components/esp32/component.mk @@ -40,7 +40,7 @@ COMPONENT_ADD_LDFLAGS += $(COMPONENT_PATH)/libhal.a \ #The cache workaround also needs a c++ standard library recompiled with the workaround. ifdef CONFIG_SPIRAM_CACHE_WORKAROUND -COMPONENT_ADD_LDFLAGS += $(COMPONENT_PATH)/libstdcc++-cache-workaround.a +COMPONENT_ADD_LDFLAGS += $(COMPONENT_PATH)/libstdc++-psram-workaround.a endif ALL_LIB_FILES := $(patsubst %,$(COMPONENT_PATH)/lib/lib%.a,$(LIBS)) diff --git a/components/esp32/libstdcc++-cache-workaround.a b/components/esp32/libstdc++-psram-workaround.a similarity index 61% rename from components/esp32/libstdcc++-cache-workaround.a rename to components/esp32/libstdc++-psram-workaround.a index 2e57b43a11..5128ee54ab 100644 Binary files a/components/esp32/libstdcc++-cache-workaround.a and b/components/esp32/libstdc++-psram-workaround.a differ