about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2023-11-21 14:36:15 +0100
committerGitHub <noreply@github.com>2023-11-21 14:36:15 +0100
commitfa8878bdccb17b3228014fe8dd1494c19a233a6f (patch)
treebbb17153cd80414e218014aa8daf29472d26e1bc /src/tools
parent61e06fe4465e7cdd3977c7e106cf676999e1914c (diff)
parent8a77060657e78653eab0e25fc272c4c3386d714c (diff)
downloadrust-fa8878bdccb17b3228014fe8dd1494c19a233a6f.tar.gz
rust-fa8878bdccb17b3228014fe8dd1494c19a233a6f.zip
Rollup merge of #118091 - psumbera:solaris-target, r=compiler-errors
Remove now deprecated target x86_64-sun-solaris.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/build-manifest/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/build-manifest/src/main.rs b/src/tools/build-manifest/src/main.rs
index 215ffc771f3..83c7ccc9ede 100644
--- a/src/tools/build-manifest/src/main.rs
+++ b/src/tools/build-manifest/src/main.rs
@@ -151,7 +151,6 @@ static TARGETS: &[&str] = &[
     "x86_64-linux-android",
     "x86_64-pc-windows-gnu",
     "x86_64-pc-windows-msvc",
-    "x86_64-sun-solaris",
     "x86_64-pc-solaris",
     "x86_64-unikraft-linux-musl",
     "x86_64-unknown-freebsd",