zephyr/cmake/linker
Torsten Rasmussen 7d37fe21d1 cmake: c++ exceptions linking support
Fixes part of: #32448

This commit updates the CMake CMAKE_CXX_LINK_EXECUTABLE to include
crtbegin.o and crtend.o at the right locations when linking with gcc.

It also updates linker scripts to ensure proper location of the
exception header frame sections.

This ensure proper handling of exceptions for those architectures
- x86
- xtensa
- riscv32

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-05-27 07:43:28 -05:00
..
arcmwdt linker: arcmwdt: use preprocess opiton -E. 2021-03-17 15:29:43 -04:00
ld cmake: c++ exceptions linking support 2021-05-27 07:43:28 -05:00
lld toolchain: add support Intel oneApi toolchain based on llvm 2021-03-25 08:54:10 -04:00
linker_flags_template.cmake