about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2025-02-07 10:34:23 -0700
committerJeremy Soller <jackpot51@gmail.com>2025-02-07 10:34:23 -0700
commitea54b5e2444cc1da08e2c4dfa720115cd1edb4a8 (patch)
treee3a627ddf2f9911e8e6b0252271631111eb0537a /src/tools
parent64e06c0f5578829373743884b708d494136c3e8f (diff)
downloadrust-ea54b5e2444cc1da08e2c4dfa720115cd1edb4a8.tar.gz
rust-ea54b5e2444cc1da08e2c4dfa720115cd1edb4a8.zip
Replace i686-unknown-redox target with i586-unknown-redox
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/build-manifest/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs
index feec2a7444f..22ce88f9f28 100644
--- a/src/tools/build-manifest/src/main.rs
+++ b/src/tools/build-manifest/src/main.rs
@@ -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",