From cb6d0477d6ea65b6364bfbcd872552bec6fbc22a Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 23 Feb 2025 08:25:33 +0100 Subject: ADD: Use C++23 on toolchain now, and add 'ld' CLI tool. Signed-off-by: Amlal --- dev/Boot/Mod/SysChk/arm64.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Boot/Mod/SysChk/arm64.json') diff --git a/dev/Boot/Mod/SysChk/arm64.json b/dev/Boot/Mod/SysChk/arm64.json index 09d86309..77500bcd 100644 --- a/dev/Boot/Mod/SysChk/arm64.json +++ b/dev/Boot/Mod/SysChk/arm64.json @@ -7,7 +7,7 @@ "compiler_flags": [ "-ffreestanding", "-nostdlib", - "-std=c++20", + "-std=c++23", "-fno-rtti", "-fno-exceptions", "-fuse-ld=lld", -- cgit v1.2.3