aboutsummaryrefslogtreecommitdiff
path: root/po/m4/host-cpu-c-abi.m4
diff options
context:
space:
mode:
Diffstat (limited to 'po/m4/host-cpu-c-abi.m4')
-rw-r--r--po/m4/host-cpu-c-abi.m411
1 files changed, 7 insertions, 4 deletions
diff --git a/po/m4/host-cpu-c-abi.m4 b/po/m4/host-cpu-c-abi.m4
index 7dc830ef..b9223241 100644
--- a/po/m4/host-cpu-c-abi.m4
+++ b/po/m4/host-cpu-c-abi.m4
@@ -1,5 +1,5 @@
1# host-cpu-c-abi.m4 serial 13 1# host-cpu-c-abi.m4 serial 15
2dnl Copyright (C) 2002-2021 Free Software Foundation, Inc. 2dnl Copyright (C) 2002-2022 Free Software Foundation, Inc.
3dnl This file is free software; the Free Software Foundation 3dnl This file is free software; the Free Software Foundation
4dnl gives unlimited permission to copy and/or distribute it, 4dnl gives unlimited permission to copy and/or distribute it,
5dnl with or without modifications, as long as this notice is preserved. 5dnl with or without modifications, as long as this notice is preserved.
@@ -211,7 +211,7 @@ changequote([,])dnl
211 # be generating 64-bit code. 211 # be generating 64-bit code.
212 AC_COMPILE_IFELSE( 212 AC_COMPILE_IFELSE(
213 [AC_LANG_SOURCE( 213 [AC_LANG_SOURCE(
214 [[#if defined __powerpc64__ || defined _ARCH_PPC64 214 [[#if defined __powerpc64__ || defined __LP64__
215 int ok; 215 int ok;
216 #else 216 #else
217 error fail 217 error fail
@@ -382,6 +382,9 @@ EOF
382#ifndef __ia64__ 382#ifndef __ia64__
383#undef __ia64__ 383#undef __ia64__
384#endif 384#endif
385#ifndef __loongarch64__
386#undef __loongarch64__
387#endif
385#ifndef __m68k__ 388#ifndef __m68k__
386#undef __m68k__ 389#undef __m68k__
387#endif 390#endif
@@ -605,7 +608,7 @@ changequote([,])dnl
605 # be generating 64-bit code. 608 # be generating 64-bit code.
606 AC_COMPILE_IFELSE( 609 AC_COMPILE_IFELSE(
607 [AC_LANG_SOURCE( 610 [AC_LANG_SOURCE(
608 [[#if defined __powerpc64__ || defined _ARCH_PPC64 611 [[#if defined __powerpc64__ || defined __LP64__
609 int ok; 612 int ok;
610 #else 613 #else
611 error fail 614 error fail