From 033e6853c7c89c5b5371dbd6f2980669154f51e3 Mon Sep 17 00:00:00 2001 From: Mark Horvath Date: Mon, 17 Mar 2025 16:14:46 +0000 Subject: [PATCH] Bump minimum clang version API test sources fail to compile with clang 11 or older. --- doc/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build.md b/doc/build.md index 3dfcbbde2..b174a32f1 100644 --- a/doc/build.md +++ b/doc/build.md @@ -1,5 +1,5 @@ @@ -86,7 +86,7 @@ documentation for cross-building instructions. ## Prerequisites To successfully build and compile this project for AArch64 Linux, you'll need the following tools: -- Either GCC 9.4 or higher, or Clang 10 or higher. +- Either GCC 9.4 or higher, or Clang 12 or higher. - Binutils - [CMake](https://cmake.org) 3.16 or higher. - `make` -- GitLab