mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4 lines
197 B
Makefile
4 lines
197 B
Makefile
# Mark __cxa_guard_dummy as undefined so that implementation of static guards
|
|
# is taken from cxx_guards.o instead of libstdc++.a
|
|
COMPONENT_ADD_LDFLAGS := -l$(COMPONENT_NAME) -u __cxa_guard_dummy
|