OVMS3-idf/components/esp_rom/esp32/ld
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
..
esp32.rom.ld esp_rom: export newlib functions as strong symbols 2019-04-10 13:52:30 +08:00
esp32.rom.libgcc.ld esp_rom: export newlib functions as strong symbols 2019-04-10 13:52:30 +08:00
esp32.rom.newlib-data.ld esp_rom: export newlib functions as strong symbols 2019-04-10 13:52:30 +08:00
esp32.rom.newlib-funcs.ld esp_rom: don’t include locale functions when compiling with newlib 3 2019-04-10 13:52:30 +08:00
esp32.rom.newlib-locale.ld esp_rom: don’t include locale functions when compiling with newlib 3 2019-04-10 13:52:30 +08:00
esp32.rom.newlib-nano.ld esp_rom: export newlib functions as strong symbols 2019-04-10 13:52:30 +08:00
esp32.rom.redefined.ld esp_rom: export newlib functions as strong symbols 2019-04-10 13:52:30 +08:00
esp32.rom.spiflash.ld separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
esp32.rom.syscalls.ld cmake: For gcc8 use linker to find paths to libc, libm, libstdc++, etc 2019-05-28 12:54:37 +08:00