diff options
| author | Urgau <urgau@numericable.fr> | 2023-12-08 15:51:18 +0100 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2023-12-08 15:51:18 +0100 |
| commit | 0f40b6545dc5acf1a3bfd5bcd97a9a9015e36a97 (patch) | |
| tree | 4ea6f3b953496f565054f83724b5a4e293404da8 /src/bootstrap | |
| parent | b9540b7db9489630094760287dad621e3730d6b0 (diff) | |
| download | rust-0f40b6545dc5acf1a3bfd5bcd97a9a9015e36a97.tar.gz rust-0f40b6545dc5acf1a3bfd5bcd97a9a9015e36a97.zip | |
Remove extra check-cfg handled by libc directly
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/src/lib.rs b/src/bootstrap/src/lib.rs index 60a89e9bf07..13391b1faa1 100644 --- a/src/bootstrap/src/lib.rs +++ b/src/bootstrap/src/lib.rs @@ -83,8 +83,6 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &str, Option<&[&'static str]>)] = &[ (Some(Mode::Std), "no_global_oom_handling", None), (Some(Mode::Std), "no_rc", None), (Some(Mode::Std), "no_sync", None), - (Some(Mode::Std), "freebsd12", None), - (Some(Mode::Std), "freebsd13", None), (Some(Mode::Std), "backtrace_in_libstd", None), /* Extra values not defined in the built-in targets yet, but used in std */ (Some(Mode::Std), "target_env", Some(&["libnx"])), |
