CONFIG: support explicit selection of 'ld' linker
- for clang-based compilers the default linker may be lld or simply ld. Support '+link-ld' to explicitly select use of the ld linker. - consolidate linker rules into single files STYLE: adjust SPDX Identifier
Showing
- bin/tools/openfoam.in 2 additions, 2 deletionsbin/tools/openfoam.in
- etc/bashrc 6 additions, 5 deletionsetc/bashrc
- etc/cshrc 6 additions, 5 deletionsetc/cshrc
- modules/list-modules 1 addition, 1 deletionmodules/list-modules
- wmake/rules/General/Amd/link-c++ 1 addition, 0 deletionswmake/rules/General/Amd/link-c++
- wmake/rules/General/Clang/link-c++ 47 additions, 3 deletionswmake/rules/General/Clang/link-c++
- wmake/rules/General/Clang/link-gold-c++ 0 additions, 16 deletionswmake/rules/General/Clang/link-gold-c++
- wmake/rules/General/Clang/link-lld-c++ 0 additions, 16 deletionswmake/rules/General/Clang/link-lld-c++
- wmake/rules/General/Clang/link-mold-c++ 0 additions, 16 deletionswmake/rules/General/Clang/link-mold-c++
- wmake/rules/General/Gcc/link-c++ 28 additions, 6 deletionswmake/rules/General/Gcc/link-c++
- wmake/rules/General/Gcc/link-gold-c++ 0 additions, 16 deletionswmake/rules/General/Gcc/link-gold-c++
- wmake/rules/linux64Clang/c++ 1 addition, 14 deletionswmake/rules/linux64Clang/c++
- wmake/rules/linux64Gcc/c++ 1 addition, 5 deletionswmake/rules/linux64Gcc/c++
- wmake/rules/linuxClang/c++ 1 addition, 14 deletionswmake/rules/linuxClang/c++
- wmake/rules/linuxGcc/c++ 1 addition, 5 deletionswmake/rules/linuxGcc/c++
Please register or sign in to comment