From d454cab405ee018833d63fcf149b5f215cb0213c Mon Sep 17 00:00:00 2001 From: onur-ozkan Date: Mon, 4 Sep 2023 23:04:38 +0300 Subject: [PATCH] support `{disable,enable}-patch-binaries-for-nix` in configure.py Signed-off-by: onur-ozkan --- src/bootstrap/configure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py index 15e8c1eb9f8..f469dbea6db 100755 --- a/src/bootstrap/configure.py +++ b/src/bootstrap/configure.py @@ -58,6 +58,7 @@ o("clang", "llvm.clang", "build clang") o("missing-tools", "dist.missing-tools", "allow failures when building tools") o("use-libcxx", "llvm.use-libcxx", "build LLVM with libc++") o("control-flow-guard", "rust.control-flow-guard", "Enable Control Flow Guard") +o("patch-binaries-for-nix", "build.patch-binaries-for-nix", "whether patch binaries for usage with Nix toolchains") v("llvm-cflags", "llvm.cflags", "build LLVM with these extra compiler flags") v("llvm-cxxflags", "llvm.cxxflags", "build LLVM with these extra compiler flags")