esp-idf/components/bootloader
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
..
subproject 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
Kconfig.projbuild Rename Kconfig options (components/bootloader) 2019-05-21 09:32:55 +02:00
Makefile.projbuild
component.mk
flash_bootloader_args.in
project_include.cmake cmake: fix custom bootloader issue 2019-05-17 15:17:32 +08:00
sdkconfig.rename Rename Kconfig options (components/bootloader) 2019-05-21 09:32:55 +02:00