diff options
| author | David CARLIER <devnexen@gmail.com> | 2021-12-11 15:24:38 +0000 |
|---|---|---|
| committer | David Carlier <devnexen@gmail.com> | 2023-03-27 16:48:41 +0100 |
| commit | ed5c0f66ac18696c1b6388559b03ffc30b33e355 (patch) | |
| tree | eab55f2c6aabc171d955f86dd17692ae37611fe6 /src/bootstrap | |
| parent | 553ecbe8bae12bc43a34ac0b8a63e17026ce1e8a (diff) | |
| download | rust-ed5c0f66ac18696c1b6388559b03ffc30b33e355.tar.gz rust-ed5c0f66ac18696c1b6388559b03ffc30b33e355.zip | |
socket ancillary data implementation for FreeBSD (from 13 and above).
introducing new build config as well.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 54aa5a585bb..4c95169722a 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -125,6 +125,7 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &'static str, Option<&[&'static str]>)] (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"])), |
