From 73291d5feeda241e0b542eb0c097f0a42f4820c6 Mon Sep 17 00:00:00 2001 From: Han Gao Date: Tue, 10 Feb 2026 23:18:16 +0800 Subject: [PATCH] doc: fix riscv64 info in platform list Signed-off-by: Han Gao --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 74eb3e12784cd9..af0c618eb4b8d1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -115,7 +115,7 @@ platforms. This is true regardless of entries in the table below. | GNU/Linux | ppc64le >=power9 | kernel >= 4.18[^1], glibc >= 2.28 | Tier 2 | e.g. Ubuntu 20.04, RHEL 8 | | GNU/Linux | s390x >=z14 | kernel >= 4.18[^1], glibc >= 2.28 | Tier 2 | e.g. RHEL 8 | | GNU/Linux | loong64 | kernel >= 5.19, glibc >= 2.36 | Experimental | | -| GNU/Linux | riscv64 | kernel >= 5.19, glibc >= 2.36 | Experimental | | +| GNU/Linux | riscv64 | kernel >= 4.15, glibc >= 2.27 | Experimental | | | Windows | x64 | >= Windows 10/Server 2016 | Tier 1 | [^2],[^3] | | Windows | arm64 | >= Windows 10 | Tier 2 | | | macOS | x64 | >= 13.5 | Tier 1 | For notes about compilation see [^4] |