diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-10-26 15:46:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-26 15:46:46 (GMT) |
commit | 26d627779f79d8d5650fe7be348432eccc28f8f9 (patch) | |
tree | be4a50ea2fbe982959931d78d4c1066d446c3ef7 /Misc | |
parent | a78d5b32429e2399178ac838e0e62b2bd62c0af9 (diff) | |
download | cpython-26d627779f79d8d5650fe7be348432eccc28f8f9.zip cpython-26d627779f79d8d5650fe7be348432eccc28f8f9.tar.gz cpython-26d627779f79d8d5650fe7be348432eccc28f8f9.tar.bz2 |
gh-89640: properly detect float word ordering on Linux (#125571)
autoconf-archive patch by Dan Amelang.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-10-16-09-37-51.gh-issue-89640.UDsW-j.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-10-16-09-37-51.gh-issue-89640.UDsW-j.rst b/Misc/NEWS.d/next/Build/2024-10-16-09-37-51.gh-issue-89640.UDsW-j.rst new file mode 100644 index 0000000..5aba2c7 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-10-16-09-37-51.gh-issue-89640.UDsW-j.rst @@ -0,0 +1,2 @@ +Improve detection of float word ordering on Linux when link-time optimizations +are enabled. |