]> git.proxmox.com Git - rustc.git/blobdiff - src/ci/docker/scripts/illumos-toolchain.sh
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / ci / docker / scripts / illumos-toolchain.sh
index 8cb5712657947f969ee6e71b2d259dd0c3f25c35..3f1d5f3426abf4ca5a60c45a25c7f0559b857528 100644 (file)
@@ -18,7 +18,7 @@ x86_64)
         exit 1
 esac
 
-BUILD_TARGET="$ARCH-sun-solaris2.10"
+BUILD_TARGET="$ARCH-pc-solaris2.10"
 
 #
 # The illumos and the Solaris build both use the same GCC-level host triple,