From c20c5caee03e8fa41f5aa91d09b41b39a3ed2b25 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 14 Nov 2020 16:40:32 +0100 Subject: [PATCH] v3 instead of v2 --- src/bootstrap/compile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs index bc1e8f3e1648f..bd29c597d1667 100644 --- a/src/bootstrap/compile.rs +++ b/src/bootstrap/compile.rs @@ -563,7 +563,7 @@ pub fn rustc_cargo_env(builder: &Builder<'_>, cargo: &mut Cargo, target: TargetS } if target == "x86_64-unknown-linux-gnu" && compiler.stage > 0 { if builder.is_rust_llvm(target) { - cargo.rustflag("-Ctarget-cpu=x86-64-v2"); + cargo.rustflag("-Ctarget-cpu=x86-64-v3"); } } // Pass down configuration from the LLVM build into the build of