Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
14 lines
546 B
Diff
14 lines
546 B
Diff
--- a/tools/build/src/tools/clang.jam 2024-07-25 10:38:16.278401900 -0700
|
|
+++ b/tools/build/src/tools/clang.jam 2024-07-25 10:38:52.659750666 -0700
|
|
@@ -90,11 +90,6 @@
|
|
case x86-64 : arch = x86_64 ;
|
|
case x86-32 : arch = i386 ;
|
|
}
|
|
-
|
|
- toolset.flags $(toolset)
|
|
- OPTIONS $(condition)/<target-os>$(target-os)/<architecture>$(_architecture_)/<address-model>$(_address-model_)
|
|
- : "--target=$(arch)-$(vendor-sys)"
|
|
- : unchecked ;
|
|
}
|
|
}
|
|
}
|