Remove extra check-cfg handled by libc directly

This commit is contained in:
Urgau 2023-12-08 15:51:18 +01:00
parent b9540b7db9
commit 0f40b6545d

View File

@ -83,8 +83,6 @@
(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"])),