Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preserve CMAKE_${lang}_COMPILER_ARG1 from existing CMakeCache.txt | Klein, Thorsten (BSH) | 2022-03-29 | 5 | -0/+14 |
| | | | | | | | | | | | `CMAKE_<LANG>_COMPILER` may be a list if it was defined by a toolchain file. In this case we move the args to `CMAKE_<LANG>_COMPILER_ARG1`. If `CMAKE_<LANG>_COMPILER` is not a list, then it might have been cached by a previous run that split the `CC` or `CXX` environment variable into `CMAKE_<LANG>_COMPILER` and `CMAKE_<LANG>_COMPILER_ARG1`. In this latter case, avoid clobbering `CMAKE_<LANG>_COMPILER_ARG1`. Fixes: #23358 | ||||
* | Tests: Simplify RunCMake.CompilerArgs no-clean cases | Brad King | 2022-03-29 | 1 | -12/+7 |
| | | | | Also distinguish between the toolchain and env cases in the output. | ||||
* | Toolchain: Test compiler initial settings | Fred Baksik | 2020-08-03 | 9 | -0/+92 |