From 3cfeb2803c96b5a9482287481ebdbc1b8ff12ec1 Mon Sep 17 00:00:00 2001 From: Lu Yahan Date: Tue, 8 Mar 2022 09:12:14 +0800 Subject: [PATCH] doc: add riscv64 info into platform list --- BUILDING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILDING.md b/BUILDING.md index 8559c2aa8b1cb7..1fe21f3361617e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -115,6 +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 | | | 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] |