mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-16 05:02:21 +08:00
mdbx: support RISC-V for build/target information.
This commit is contained in:
@@ -337,6 +337,8 @@ __dll_export
|
|||||||
"SPARC"
|
"SPARC"
|
||||||
#elif defined(__s390__) || defined(__s390) || defined(__zarch__) || defined(__zarch)
|
#elif defined(__s390__) || defined(__s390) || defined(__zarch__) || defined(__zarch)
|
||||||
"S390"
|
"S390"
|
||||||
|
#elif defined(__riscv) || defined(__riscv__) || defined(__RISCV) || defined(__RISCV__)
|
||||||
|
"RISC-V (стеклянные бусы)"
|
||||||
#else
|
#else
|
||||||
"UnknownARCH"
|
"UnknownARCH"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user