summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/Mod/SysChk
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-23 08:25:33 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-23 08:25:33 +0100
commitcb6d0477d6ea65b6364bfbcd872552bec6fbc22a (patch)
tree4bcc69f640426800b9c9aa4fa39f1b9194250c46 /dev/Boot/Mod/SysChk
parent4994185717d086db1a4401aae933aa7241b5bb7d (diff)
ADD: Use C++23 on toolchain now, and add 'ld' CLI tool.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/Mod/SysChk')
-rw-r--r--dev/Boot/Mod/SysChk/amd64.json2
-rw-r--r--dev/Boot/Mod/SysChk/arm64.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/Boot/Mod/SysChk/amd64.json b/dev/Boot/Mod/SysChk/amd64.json
index 1b1f7a34..dd6e141f 100644
--- a/dev/Boot/Mod/SysChk/amd64.json
+++ b/dev/Boot/Mod/SysChk/amd64.json
@@ -7,7 +7,7 @@
"compiler_flags": [
"-ffreestanding",
"-nostdlib",
- "-std=c++20",
+ "-std=c++23",
"-fPIC",
"-fno-rtti",
"-fno-exceptions",
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",