OVMS3-idf/components/bootloader/subproject/main
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
..
bootloader_start.c cmake: For gcc8 use linker to find paths to libc, libm, libstdc++, etc 2019-05-28 12:54:37 +08:00
CMakeLists.txt components: update with build system changes 2019-05-13 19:59:17 +08:00
component.mk esp_rom: export newlib functions as strong symbols 2019-04-10 13:52:30 +08:00
esp32.bootloader.ld bootloader: Add support efuse component 2019-02-28 07:31:29 +00:00
esp32.bootloader.rom.ld misc adjustment of esp32 component 2019-04-03 19:57:46 +08:00
Makefile.projbuild derive esp_wifi from esp32 component 2019-04-01 20:04:52 +08:00