Replace i686-unknown-redox target with i586-unknown-redox
This commit is contained in:
parent
64e06c0f55
commit
ea54b5e244
6 changed files with 10 additions and 10 deletions
|
|
@ -99,6 +99,7 @@ static TARGETS: &[&str] = &[
|
|||
"i586-pc-windows-msvc",
|
||||
"i586-unknown-linux-gnu",
|
||||
"i586-unknown-linux-musl",
|
||||
"i586-unknown-redox",
|
||||
"i686-apple-darwin",
|
||||
"i686-linux-android",
|
||||
"i686-pc-windows-gnu",
|
||||
|
|
@ -107,7 +108,6 @@ static TARGETS: &[&str] = &[
|
|||
"i686-unknown-freebsd",
|
||||
"i686-unknown-linux-gnu",
|
||||
"i686-unknown-linux-musl",
|
||||
"i686-unknown-redox",
|
||||
"i686-unknown-uefi",
|
||||
"loongarch64-unknown-linux-gnu",
|
||||
"loongarch64-unknown-linux-musl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue