diff options
Diffstat (limited to 'gl/m4/host-cpu-c-abi.m4')
-rw-r--r-- | gl/m4/host-cpu-c-abi.m4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gl/m4/host-cpu-c-abi.m4 b/gl/m4/host-cpu-c-abi.m4 index 64e28b1..b922324 100644 --- a/gl/m4/host-cpu-c-abi.m4 +++ b/gl/m4/host-cpu-c-abi.m4 | |||
@@ -1,5 +1,5 @@ | |||
1 | # host-cpu-c-abi.m4 serial 14 | 1 | # host-cpu-c-abi.m4 serial 15 |
2 | dnl Copyright (C) 2002-2021 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 2002-2022 Free Software Foundation, Inc. |
3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software; the Free Software Foundation |
4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl gives unlimited permission to copy and/or distribute it, |
5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl with or without modifications, as long as this notice is preserved. |
@@ -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 |