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.
1 parent 7c34d9c commit dc9ac88Copy full SHA for dc9ac88
src/librustc_back/target/mod.rs
@@ -166,8 +166,8 @@ supported_targets! {
166
("x86_64-unknown-netbsd", x86_64_unknown_netbsd),
167
("x86_64-rumprun-netbsd", x86_64_rumprun_netbsd),
168
169
- ("i686_unknown_haiku", i686_unknown_haiku),
170
- ("x86_64_unknown_haiku", x86_64_unknown_haiku),
+ ("i686-unknown-haiku", i686_unknown_haiku),
+ ("x86_64-unknown-haiku", x86_64_unknown_haiku),
171
172
("x86_64-apple-darwin", x86_64_apple_darwin),
173
("i686-apple-darwin", i686_apple_darwin),
0 commit comments