summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-Initialize.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Linux: Recognize multiarch directories for musl-linux-anyTimo Röhling2024-11-121-1/+1
| | | | | | | When bootstrapping Debian for musl-linux-any, the multiarch directories are not found due to an overly-specific regular expression. See https://bugs.debian.org/1085507 for the original bug report.
* enable_language: Establish target platform identification variables earlierBrad King2023-06-071-0/+3
| | | | | | | | Set target platform identification variables like `APPLE` and `LINUX` as soon as the target system is identified. This makes them available during toolchain and binutils selection. Fixes: #23333
* Linux: Provide multiarch library directory regex earlierBrad King2023-05-311-0/+2
Make `CMAKE_LIBRARY_ARCHITECTURE_REGEX` available while determining compilers before `Platform/Linux` is loaded.