mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
X11: added define for MCST e2k (Elbrus 2000) architecture
This commit is contained in:
parent
961d79703b
commit
c4073179a2
@ -63,7 +63,8 @@ SOFTWARE.
|
||||
defined(__sparc64__) || \
|
||||
defined(__s390x__) || \
|
||||
defined(__amd64__) || defined(amd64) || \
|
||||
defined(__powerpc64__)
|
||||
defined(__powerpc64__) || \
|
||||
defined(__e2k__)
|
||||
#if !defined(__ILP32__) /* amd64-x32 is 32bit */
|
||||
#define LONG64 /* 32/64-bit architecture */
|
||||
#endif /* !__ILP32__ */
|
||||
|
Loading…
Reference in New Issue
Block a user