* m4/host-cpu-c-abi.m4 (gl_HOST_CPU_C_ABI): Define __loongarch64__. (GCC
and clang predefine only __loongarch__, __loongarch64.)
+2022-01-09 Bruno Haible <bruno@clisp.org>
+
+ host-cpu-c-abi: Add support for LoongArch64 CPU.
+ * m4/host-cpu-c-abi.m4 (gl_HOST_CPU_C_ABI): Define __loongarch64__. (GCC
+ and clang predefine only __loongarch__, __loongarch64.)
+
2022-01-09 Bruno Haible <bruno@clisp.org>
stdio: Fix "missing file" errors (regression from today).
-# host-cpu-c-abi.m4 serial 14
+# host-cpu-c-abi.m4 serial 15
dnl Copyright (C) 2002-2022 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
#ifndef __ia64__
#undef __ia64__
#endif
+#ifndef __loongarch64__
+#undef __loongarch64__
+#endif
#ifndef __m68k__
#undef __m68k__
#endif