From 6bbf5ad2058db4020ae20d6aba8f5b099dadc85f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 14 Mar 2025 22:26:42 +0100 Subject: TQ-24 && TQ-16: Add build scripts for MBCI, MBCI+Flash, and UFS. META: Along other tweaks and important ARM64 patches. Signed-off-by: Amlal El Mahrouss --- dev/Boot/Mod/NetBoot/build.json | 2 +- dev/Boot/Mod/SysChk/arm64.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Boot/Mod') diff --git a/dev/Boot/Mod/NetBoot/build.json b/dev/Boot/Mod/NetBoot/build.json index 6c9e3045..6f6d575f 100644 --- a/dev/Boot/Mod/NetBoot/build.json +++ b/dev/Boot/Mod/NetBoot/build.json @@ -7,7 +7,7 @@ "compiler_flags": [ "-ffreestanding", "-nostdlib", - "-std=c++23", + "-std=c++20", "-fPIC", "-fno-rtti", "-fno-exceptions", diff --git a/dev/Boot/Mod/SysChk/arm64.json b/dev/Boot/Mod/SysChk/arm64.json index 77500bcd..09d86309 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++23", + "-std=c++20", "-fno-rtti", "-fno-exceptions", "-fuse-ld=lld", -- cgit v1.2.3