diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-20 05:58:35 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-04-20 05:58:35 +0300 |
commit | 780c96b8a827fd1780e611cd41d59d80033eff46 (patch) | |
tree | 191e174567c4f5e692c06550a068f4fcd3be4819 /ChangeLog | |
parent | 67f4d070335e12622af1363b71c68489c64f5bc7 (diff) | |
download | gawk-780c96b8a827fd1780e611cd41d59d80033eff46.tar.gz |
Fix 64-bit compilation without MPFR.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2017-04-20 Arnold D. Robbins <arnold@skeeve.com> + + * configure.ac: Make letter case usage in the various + AC_ARG_ENABLE messages consistent with the rest of configure + output. + (--disable-mpfr): Add this option to make it easier + to check compiles without MPFR. Motivated by: + * awk.h (NODE): Rearrange the layout of the 'val' subportion + of the union to fix alignment problems when compiling without + MPFR. The problem only happened on 64-bit compiles, not + 32-bit compiles. + 2017-04-16 Arnold D. Robbins <arnold@skeeve.com> * builtin.c (do_intdiv): Use DEREF on the arguments. |