We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b00355 + dc9ac88 commit 3821811Copy full SHA for 3821811
src/librustc_back/target/mod.rs
@@ -168,8 +168,8 @@ supported_targets! {
168
("x86_64-unknown-netbsd", x86_64_unknown_netbsd),
169
("x86_64-rumprun-netbsd", x86_64_rumprun_netbsd),
170
171
- ("i686_unknown_haiku", i686_unknown_haiku),
172
- ("x86_64_unknown_haiku", x86_64_unknown_haiku),
+ ("i686-unknown-haiku", i686_unknown_haiku),
+ ("x86_64-unknown-haiku", x86_64_unknown_haiku),
173
174
("x86_64-apple-darwin", x86_64_apple_darwin),
175
("i686-apple-darwin", i686_apple_darwin),
0 commit comments