[3.13] gh-89640: harden float word ordering (#125571 and #126387) (#126429)

Properly detect float word ordering on Linux (gh-125571)

autoconf-archive patch by Dan Amelang.

(cherry picked from commit 26d627779f)

Hardcode WASM float word ordering to little endian (gh-126387)

(cherry picked from commit 532fc08102)
This commit is contained in:
Erlend E. Aasland 2024-11-05 23:18:55 +01:00 committed by GitHub
parent 88e01318c2
commit 9dd3addc0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 114 additions and 66 deletions

View file

@ -5,7 +5,7 @@ set -e -x
# The check_autoconf_regen job of .github/workflows/build.yml must kept in
# sync with this script. Use the same container image than the job so the job
# doesn't need to run autoreconf in a container.
IMAGE="ghcr.io/python/autoconf:2024.10.06.11200919239"
IMAGE="ghcr.io/python/autoconf:2024.10.16.11360930377"
AUTORECONF="autoreconf -ivf -Werror"
WORK_DIR="/src"