OVMS3-idf/components/cxx
Angus Gratton 22514c1dd9 cmake: For gcc8 use linker to find paths to libc, libm, libstdc++, etc
Removes the need to know/guess the paths to these libraries. Once we are gcc 8 only, we
can remove -nostdlib and no additional arguments are needed for system libraries.

The catch is: any time IDF overrides a symbol in the toolchain sysroot, we need
an undefined linker marker to make sure this symbol is seen by linker.
2019-05-28 12:54:37 +08:00
..
test Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
CMakeLists.txt cmake: For gcc8 use linker to find paths to libc, libm, libstdc++, etc 2019-05-28 12:54:37 +08:00
component.mk Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
cxx_exception_stubs.cpp Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
cxx_guards.cpp Add declarations of private cxx_guard functions (__cxa_guard_*) in cxx component to fix C++ -Wmissing-declarations warning 2018-06-04 16:36:44 +10:00