mdbx: support RISC-V for build/target information.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2025-11-19 18:43:42 +03:00
parent 47a80b23f3
commit 64904f0cab

View File

@@ -337,6 +337,8 @@ __dll_export
"SPARC"
#elif defined(__s390__) || defined(__s390) || defined(__zarch__) || defined(__zarch)
"S390"
#elif defined(__riscv) || defined(__riscv__) || defined(__RISCV) || defined(__RISCV__)
"RISC-V (стеклянные бусы)"
#else
"UnknownARCH"
#endif