Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BinUtils: Avoid searching CMAKE_PREFIX_PATH | Cristian Adam | 2021-08-09 | 1 | -0/+2 |
| | | | | | | | | | Our `find_program` calls specify `HINTS` to look in the toolchain's directory first, and then in `PATH`. `CMAKE_PREFIX_PATH` may be specified by the user to help find packages for project dependencies, but this should not override the binutils. Fixes: #22512 | ||||
* | BinUtils: prefer bin utils matching the compiler version extension | Thomas Bernard | 2021-01-11 | 1 | -0/+8 |
| | |||||
* | Clang: Find version-suffixed LLVM/Clang binutils | Sylvain Joubert | 2017-08-15 | 1 | -0/+8 |
| | | | | | | | | | Debian renames all LLVM/Clang binaries with a version suffix to allow multiple versions to be installed at the same time. While there is a version-agnostic package that adds a symlink to provide the standard binary names, if only the versioned packages are installed, binaries must be found as `binary-x.y`. In any case, using the same version of the `binutils` as the compiler seems better. | ||||
* | GCC,Clang: Mark CMAKE_<LANG>_COMPILER_{AR,RANLIB} as advanced | Brad King | 2017-06-22 | 1 | -0/+2 |
| | |||||
* | Clang IPO (LTO) support | Ruslan Baratov | 2017-04-28 | 1 | -0/+25 |