python: fix build for objtype=$spim
This commit is contained in:
parent
79213052a2
commit
1f8e6c916a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
typedef struct Threadarg Threadarg;
|
||||
|
||||
#if defined(T386) || defined(Talpha) || defined(Tarm) || defined(Tpower) || defined(Tamd64)
|
||||
#if defined(T386) || defined(Talpha) || defined(Tarm) || defined(Tpower) || defined(Tamd64) || defined(Tspim)
|
||||
#undef WORDS_BIGENDIAN
|
||||
#elif defined(Tmips) || defined(Tsparc)
|
||||
#define WORDS_BIGENDIAN
|
||||
|
|
Loading…
Reference in a new issue