mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-15 16:42:22 +08:00
mdbx: support RISC-V for build/target information.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user