diff --git a/components/esp32/component.mk b/components/esp32/component.mk index e66cae3bc..590893a99 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 2e57b43a1..5128ee54a 100644 Binary files a/components/esp32/libstdcc++-cache-workaround.a and b/components/esp32/libstdc++-psram-workaround.a differ