Commit 8d5b726
committed
gh-89640: Restore configure error message on failure to detect float word order
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 host_cpu arm or wasm).1 parent 9ecd8f7 commit 8d5b726
2 files changed
+18
-3
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 | + | |
| 5929 | + | |
| 5930 | + | |
| 5931 | + | |
5924 | 5932 | | |
5925 | 5933 | | |
5926 | 5934 | | |
| |||
0 commit comments