OVMS3-idf/components/bootloader/subproject
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
..
components/micro-ecc components: update with build system changes 2019-05-13 19:59:17 +08:00
main cmake: For gcc8 use linker to find paths to libc, libm, libstdc++, etc 2019-05-28 12:54:37 +08:00
.gitignore build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
CMakeLists.txt components: update with build system changes 2019-05-13 19:59:17 +08:00
Makefile make bootloader depend on IDF_TARGET 2019-04-08 11:08:06 +08:00