Commit caf2dd8
pythongh-89640: Restore configure error message on failure to detect float word order (python#126569)
Before python#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).1 parent 1b4b530 commit caf2dd8
2 files changed
+7
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5920 | 5920 | | |
5921 | 5921 | | |
5922 | 5922 | | |
5923 | | - | |
| 5923 | + | |
| 5924 | + | |
| 5925 | + | |
| 5926 | + | |
| 5927 | + | |
| 5928 | + | |
5924 | 5929 | | |
5925 | 5930 | | |
5926 | 5931 | | |
| |||
0 commit comments