From 985039ad8f659c3c5213fac72e0a5fa623524392 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 3 Feb 2022 06:33:28 +0200 Subject: [PATCH 36/36] host-cpu-c-abi.m4: Update to gnulib upstream serial 15 See osdn #43588 Signed-off-by: Marko Lindqvist --- m4/host-cpu-c-abi.m4 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/m4/host-cpu-c-abi.m4 b/m4/host-cpu-c-abi.m4 index 64e28b1d34..b9223241b4 100644 --- a/m4/host-cpu-c-abi.m4 +++ b/m4/host-cpu-c-abi.m4 @@ -1,5 +1,5 @@ -# host-cpu-c-abi.m4 serial 14 -dnl Copyright (C) 2002-2021 Free Software Foundation, Inc. +# 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, dnl with or without modifications, as long as this notice is preserved. @@ -382,6 +382,9 @@ EOF #ifndef __ia64__ #undef __ia64__ #endif +#ifndef __loongarch64__ +#undef __loongarch64__ +#endif #ifndef __m68k__ #undef __m68k__ #endif -- 2.34.1