aboutsummaryrefslogtreecommitdiff
path: root/build-aux/m4/ax_cxx_compile_stdcxx.m4
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-06-05 10:32:44 +0100
committerfanquake <fanquake@gmail.com>2024-06-05 10:47:52 +0100
commit232928b58a82e3f15307deba1ae921ae2960ccc8 (patch)
treef8dcdd20621f9e0effd80dffae6e988b0eb0ffb9 /build-aux/m4/ax_cxx_compile_stdcxx.m4
parent23b3dc2dd13dc9bf13790a87b046a64cbbfccc43 (diff)
downloadbitcoin-232928b58a82e3f15307deba1ae921ae2960ccc8.tar.xz
build: no-longer allow GCC-10 in C++20 check
Reverts part of fa67f096bdea9db59dd20c470c9e32f3dac5be94, now that we require a minimum of GCC 11. See also: https://github.com/bitcoin/bitcoin/pull/28349#issuecomment-1745143612.
Diffstat (limited to 'build-aux/m4/ax_cxx_compile_stdcxx.m4')
-rw-r--r--build-aux/m4/ax_cxx_compile_stdcxx.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/ax_cxx_compile_stdcxx.m4 b/build-aux/m4/ax_cxx_compile_stdcxx.m4
index 8a2df5627f..51a35054d0 100644
--- a/build-aux/m4/ax_cxx_compile_stdcxx.m4
+++ b/build-aux/m4/ax_cxx_compile_stdcxx.m4
@@ -983,7 +983,7 @@ m4_define([_AX_CXX_COMPILE_STDCXX_testbody_new_in_20], [[
#error "This is not a C++ compiler"
-#elif __cplusplus < 201709L // Temporary patch on top of upstream to allow g++-10
+#elif __cplusplus < 202002L
#error "This is not a C++20 compiler"