Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable_language: Establish target platform identification variables earlier | Brad King | 2023-06-07 | 1 | -0/+2 |
| | | | | | | | | 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 | ||||
* | kFreeBSD,GNU: Provide multiarch library directory regex earlier | Brad King | 2023-06-06 | 1 | -0/+1 |
Make `CMAKE_LIBRARY_ARCHITECTURE_REGEX` available while determining compilers before `Platform/{kFreeBSD,GNU}` is loaded. Follow up commit cc737ae829 (Linux: Provide multiarch library directory regex earlier, 2023-05-31). |