mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-01 23:54:12 +08:00
Merge pull request #167 from Erk-/patch-1
mdbx: fix compilation on build targets listed below MIPS.
This commit is contained in:
commit
c765b3d0b7
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user