Merge pull request #167 from Erk-/patch-1

mdbx: fix compilation on build targets listed below MIPS.
This commit is contained in:
Леонид Юрьев (Leonid Yuriev) 2021-03-04 19:12:53 +03:00 committed by GitHub
commit c765b3d0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21260,7 +21260,7 @@ __dll_export
"ARM"
#elif defined(__mips64) || defined(__mips64__) || (defined(__mips) && (__mips >= 64))
"MIPS64"
#elif if defined(__mips__) || defined(__mips) || defined(_R4000) || defined(__MIPS__)
#elif defined(__mips__) || defined(__mips) || defined(_R4000) || defined(__MIPS__)
"MIPS"
#elif defined(__hppa64__) || defined(__HPPA64__) || defined(__hppa64)
"PARISC64"