Skip to content

Commit 654a6c6

Browse files
authored
Fix mips64-openwrt-linux-musl parsing (#1449)
1 parent 59578ad commit 654a6c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/target/parser.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@ impl<'a> TargetInfo<'a> {
381381
let vendor = match vendor {
382382
// esp, esp32, esp32s2 etc.
383383
vendor if vendor.starts_with("esp") => "espressif",
384-
// FIXME(madsmtm): https://github.com/rust-lang/rust/issues/131165
385-
"openwrt" => "unknown",
386384
// FIXME(madsmtm): Badly named targets `*-linux-android*`,
387385
// "linux" makes no sense as the vendor name.
388386
"linux" if os == "android" || os == "androideabi" => "unknown",

0 commit comments

Comments
 (0)