summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 549152c2b8..45eacfe274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2019-11-17 Bruno Haible <bruno@clisp.org>
+ host-cpu-c-abi: Add support for unknown CPUs.
+ * m4/host-cpu-c-abi.m4 (gl_HOST_CPU_C_ABI_32BIT): Set
+ gl_cv_host_cpu_c_abi_32bit to 'unknown' if we don't know whether it's
+ 32-bit or 64-bit.
+
+2019-11-17 Bruno Haible <bruno@clisp.org>
+
havelib: Remove redundant code.
* m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Remove Solaris specific
test for 64-bit host. Use gl_HOST_CPU_C_ABI_32BIT result instead.