summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update for API change in binutils 2.46.HEADmasterSlávek Banko2026-01-251-0/+1
| | | | | | | | According to the commit message in binutils, it was a simple renaming of `*_set_reloc` to `*_finalize_section_relocs` without changing the functionality. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Move configuration checks to ConfigureChecks.cmake.Slávek Banko2025-12-171-0/+86
Add tde_setup_compiler_flags call and usual tests. Add WITH_GCC_VISIBILITY option. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>