diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-08 08:34:16 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-08 08:34:16 +0200 |
commit | 1f8e6c916af4d10928b751c3bd8c3a6355267c39 (patch) | |
tree | 9ff6b546bc9b7a95685dbba617b2452538834d42 | |
parent | 79213052a219d8c7ab85629807d07f7365ef9bec (diff) | |
download | plan9front-1f8e6c916af4d10928b751c3bd8c3a6355267c39.tar.xz |
python: fix build for objtype=$spim
-rw-r--r-- | sys/src/cmd/python/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/python/pyconfig.h b/sys/src/cmd/python/pyconfig.h index 9e94521a1..27edf0ed2 100644 --- a/sys/src/cmd/python/pyconfig.h +++ b/sys/src/cmd/python/pyconfig.h @@ -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 |