summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-08-08 08:34:16 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-08-08 08:34:16 +0200
commit1f8e6c916af4d10928b751c3bd8c3a6355267c39 (patch)
tree9ff6b546bc9b7a95685dbba617b2452538834d42
parent79213052a219d8c7ab85629807d07f7365ef9bec (diff)
downloadplan9front-1f8e6c916af4d10928b751c3bd8c3a6355267c39.tar.xz
python: fix build for objtype=$spim
-rw-r--r--sys/src/cmd/python/pyconfig.h2
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