Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at flake-libs 14 lines 546 B view raw
1--- a/tools/build/src/tools/clang.jam 2024-07-25 10:38:16.278401900 -0700 2+++ b/tools/build/src/tools/clang.jam 2024-07-25 10:38:52.659750666 -0700 3@@ -90,11 +90,6 @@ 4 case x86-64 : arch = x86_64 ; 5 case x86-32 : arch = i386 ; 6 } 7- 8- toolset.flags $(toolset) 9- OPTIONS $(condition)/<target-os>$(target-os)/<architecture>$(_architecture_)/<address-model>$(_address-model_) 10- : "--target=$(arch)-$(vendor-sys)" 11- : unchecked ; 12 } 13 } 14 }