OVMS3-idf/components/cxx
Amey Inamdar 78ed138453 cxx_exceptions: Add missing stubs for cxx exceptions with exceptions
disabled

The misssing stubs get pulled in from the toolchain's libstdc++ also
causing to pull in defined stubs. This results in redefinition of
symbols. Fixing it by simply adding the missing stubs when exceptions
are disabled.

Signed-off-by: Amey Inamdar <amey.inamdar@gmail.com>
2017-11-21 12:41:49 +05:30
..
test cxx: Add KConfig option for C++ exceptions, disable by default 2017-10-17 15:29:25 +08:00
component.mk cxx: Add KConfig option for C++ exceptions, disable by default 2017-10-17 15:29:25 +08:00
cxx_exception_stubs.cpp cxx_exceptions: Add missing stubs for cxx exceptions with exceptions 2017-11-21 12:41:49 +05:30
cxx_guards.cpp cxx: implement static initialization guards 2017-01-06 16:07:33 +08:00