Skip to content

Commit 0f40b65

Browse files
committed
Remove extra check-cfg handled by libc directly
1 parent b9540b7 commit 0f40b65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bootstrap/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &str, Option<&[&'static str]>)] = &[
8383
(Some(Mode::Std), "no_global_oom_handling", None),
8484
(Some(Mode::Std), "no_rc", None),
8585
(Some(Mode::Std), "no_sync", None),
86-
(Some(Mode::Std), "freebsd12", None),
87-
(Some(Mode::Std), "freebsd13", None),
8886
(Some(Mode::Std), "backtrace_in_libstd", None),
8987
/* Extra values not defined in the built-in targets yet, but used in std */
9088
(Some(Mode::Std), "target_env", Some(&["libnx"])),

0 commit comments

Comments
 (0)