component.mk 442 B

123456789101112
  1. # Mark __cxa_guard_dummy as undefined so that implementation of static guards
  2. # is taken from cxx_guards.o instead of libstdc++.a
  3. COMPONENT_ADD_LDFLAGS += -u __cxa_guard_dummy
  4. ifndef CONFIG_COMPILER_CXX_EXCEPTIONS
  5. # If exceptions are disabled, ensure our fatal exception
  6. # hooks are preferentially linked over libstdc++ which
  7. # has full exception support
  8. COMPONENT_ADD_LDFLAGS += -u __cxx_fatal_exception
  9. endif
  10. COMPONENT_ADD_INCLUDEDIRS =