Skip to content

Commit 0c1a452

Browse files
Remove asmjs from bootstrap
1 parent ca4d6d1 commit 0c1a452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &str, Option<&[&'static str]>)] = &[
9797
/* Extra values not defined in the built-in targets yet, but used in std */
9898
(Some(Mode::Std), "target_env", Some(&["libnx"])),
9999
// (Some(Mode::Std), "target_os", Some(&[])),
100-
(Some(Mode::Std), "target_arch", Some(&["asmjs", "spirv", "nvptx", "xtensa"])),
100+
(Some(Mode::Std), "target_arch", Some(&["spirv", "nvptx", "xtensa"])),
101101
/* Extra names used by dependencies */
102102
// FIXME: Used by serde_json, but we should not be triggering on external dependencies.
103103
(Some(Mode::Rustc), "no_btreemap_remove_entry", None),

0 commit comments

Comments
 (0)