Files
esp-idf/components/cxx/component.mk
T

4 lines
197 B
Makefile
Raw Normal View History

2017-01-05 00:25:55 +08:00
# 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