]> granicus.if.org Git - esp-idf/commitdiff
update libstdc++.a built with pSRAM workaround
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 18 Oct 2017 12:01:29 +0000 (20:01 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 19 Oct 2017 13:35:22 +0000 (21:35 +0800)
components/esp32/component.mk
components/esp32/libstdc++-psram-workaround.a [moved from components/esp32/libstdcc++-cache-workaround.a with 61% similarity]

index e66cae3bcd3f67d1410bdb424c19a0b038307b56..590893a9930fa2395a6bf6f07ba78d1d791cb5bd 100644 (file)
@@ -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))
similarity index 61%
rename from components/esp32/libstdcc++-cache-workaround.a
rename to components/esp32/libstdc++-psram-workaround.a
index 2e57b43a11162612995fcd79a8c9c57786184978..5128ee54ab57a56007a2ad88bdf9425250cbf977 100644 (file)
Binary files a/components/esp32/libstdcc++-cache-workaround.a and b/components/esp32/libstdc++-psram-workaround.a differ