d664e32394
For config-only components, component.mk should now contain "COMPONENT_CONFIG_ONLY := 1" Also refactored some of the generation of linker paths, library list. This required cleaning up the way the bootloader project works, it's now mostly independent from the parent.
3 lines
177 B
Makefile
3 lines
177 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 += -u __cxa_guard_dummy
|