Skip to content

Commit b02f086

Browse files
committed
Fix incorrect comment
1 parent 324b8ee commit b02f086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ fn rustc_llvm_env(builder: &Builder<'_>, cargo: &mut Cargo, target: TargetSelect
14091409
cargo.env("LLVM_LINKER_FLAGS", llvm_linker_flags);
14101410
}
14111411

1412-
// Building with a static libstdc++ is only supported on linux right now,
1412+
// Building with a static libstdc++ is only supported on Linux and windows-gnu* right now,
14131413
// not for MSVC or macOS
14141414
if builder.config.llvm_static_stdcpp
14151415
&& !target.contains("freebsd")

0 commit comments

Comments
 (0)