From 780c96b8a827fd1780e611cd41d59d80033eff46 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 20 Apr 2017 05:58:35 +0300 Subject: Fix 64-bit compilation without MPFR. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 77db900f..39df2d48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2017-04-20 Arnold D. Robbins + + * 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 * builtin.c (do_intdiv): Use DEREF on the arguments. -- cgit v1.2.1