commit:     9cf1bbf089a117218f173923daa53e968b7da582
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 03:12:54 2024 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 03:14:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf1bbf0

dev-lang/go-bootstrap: rebuild x86 bootstrap binary without se2 instructions

Bug: https://bugs.gentoo.org/923436
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-lang/go-bootstrap/Manifest                 | 2 +-
 dev-lang/go-bootstrap/files/make-go-bootstraps | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/go-bootstrap/Manifest b/dev-lang/go-bootstrap/Manifest
index b9b14ca4f09c..4720d69dde07 100644
--- a/dev-lang/go-bootstrap/Manifest
+++ b/dev-lang/go-bootstrap/Manifest
@@ -1,6 +1,6 @@
 DIST go-1.20.14-darwin-amd64-bootstrap.tbz 94549781 BLAKE2B 
604d6b183b6be19f98f330a73fd07db1824442b14c3870447340e628b3fd13c87972d9a192f888e329b1d0337a48d66651f35c0237e4a5a609091e73385925d7
 SHA512 
ef2b179a096319dca8cd3907ad7c9d80bc61d409ce198a323073fbceb3b6ab3f5752eaeeb8f37f9287ba1c009f5e37da341e359228d0509ab766340f61a10c68
 DIST go-1.20.14-darwin-arm64-bootstrap.tbz 92159553 BLAKE2B 
28a95dafd3126e95fd997744ca20385bf634c3bc08be5698bc314c8e902e261d66ebae754492997562ba3bd2635f68ad8173cbd84aa6e59bcf38fe0c2cd35a65
 SHA512 
1f39a132037f9b1141cac752c20c34da0f87583dba9094965ffb7f65015d3d5273a1b63201e1f68e00d436aa1b1d79972f6f50a195a3d5799f012fb3fbaa20b6
-DIST go-1.20.14-linux-386-bootstrap.tbz 96003553 BLAKE2B 
c3a07e7dd840387281b065aebd216fa0cdd1c2e7bc71cce63f4a0fd7fa2ce1848f2b3b91c2506bea1a5b747ca7eece9aff08fe67dcf6b63f8afcc4a92e382f6b
 SHA512 
236423e5b65078afd7a44f83f91f0b2bf11c78871d01adce942651ec24d02ae96021dfdb00640034dff9b43c636b1975402b68955bf6572c680dfbbb9bdb266e
+DIST go-1.20.14-linux-386-bootstrap.tbz 96049477 BLAKE2B 
63e52312a2ea5edf9fc3aa2f6dbcf7438ddaa5d41705426ee6e1060d56ff7837e6b16e74e90567aa96b1e1b90088503936614caf5d41f3a83dd278cc252975f1
 SHA512 
c9fc51ce495b3b48915e8da2bb404adfe59c957480dbf174491c63b528f7e0fc4bcadbfb8395a2885cc83523e9245c0e4718637313b4fbaeb53bf0f18be0c7ce
 DIST go-1.20.14-linux-amd64-bootstrap.tbz 95467194 BLAKE2B 
d0d016a1f6334db056342432f401edf17c9ea0032ed13f3a1ab127b4697fcc18e471cd133ed306ccd98d62779bc2d0304a97a7100f91c566ca064237dab109d0
 SHA512 
638103faca6d913a8b774a00b1846e746c1f6272f1d3d0343942e81886aee84b6a8b10befab5d1e9e9ad7c3f1a3cbf72a2ff223fd236c21a6ef05ed63ae4c495
 DIST go-1.20.14-linux-arm-bootstrap.tbz 92749037 BLAKE2B 
4a58c00132c84510cff0cbca9ed910b565220dfd2f7ef2080b40b3bb35f94b1d3d05e36e964ebf715261c13b38763be0c4df1ac8675f7bd27e9f087a710236b5
 SHA512 
94aa1264ac11243959d2768e67d29e405ec1a63daef3efdea695950fcbacb0e5bfad68eae71e5bca31e74415fc8fce90de2de9ac440e67921221a1b166cf9b23
 DIST go-1.20.14-linux-arm64-bootstrap.tbz 90313482 BLAKE2B 
839f7e2a30944c622cdd3ebbcda8cbbaff6070b0c6bff3c2cdb5429f65df5cd830ed211d05df81d5f25c798e8d113d6bfe605e12b25f271ab35f9a7e98e6a95e
 SHA512 
b7336febe2f687c8b91a885885a5f85e9a25333120fec38c08b96e115cbd1f66bd054d8c8a69891c210f60609828dc8cd9d188ac06d98d97fcec75730c97b5c9

diff --git a/dev-lang/go-bootstrap/files/make-go-bootstraps 
b/dev-lang/go-bootstrap/files/make-go-bootstraps
index a929fd988377..8340dbaecfd8 100755
--- a/dev-lang/go-bootstrap/files/make-go-bootstraps
+++ b/dev-lang/go-bootstrap/files/make-go-bootstraps
@@ -42,7 +42,7 @@ git checkout go"${go_version}"
 cd src
 for tuple in ${go_tuples[@]}; do
        printf "Building go version %s bootstrap tarball for %s\n" 
"${go_version}" "${tuple}"
-       GOOS=${tuple%%-*} GOARCH=${tuple##*-} ./bootstrap.bash
+       GO386=softfloat GOOS=${tuple%%-*} GOARCH=${tuple##*-} ./bootstrap.bash
        rm -fr ../../go-${tuple}-bootstrap
 done
 cd ../..

Reply via email to