]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89640: Restore configure error message on failure to detect float word order ...
authorHood Chatham <roberthoodchatham@gmail.com>
Fri, 8 Nov 2024 11:57:17 +0000 (12:57 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Nov 2024 11:57:17 +0000 (11:57 +0000)
commit403410fa1be036214efa7955127911e5592910db
tree281b630af15f782572fbcc2d8d23cfe869d84761
parent9ecd8f7f40e6724a1c1d46c2665147aaabceb2d2
gh-89640: Restore configure error message on failure to detect float word order (#126569)

Before #126387, if we didn't detect float word order we'd raise the following
configure error:

    Unknown float word ordering. You need to manually preset
    ax_cv_c_float_words_bigendian=no (or yes) according to your system.

This puts it back (except for ARM or WASM, which as hardcoded).
configure
configure.ac