summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-05-03 21:11:17 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2019-05-03 21:11:17 +0200
commitdb70c1d20da3738467a9cbc0ebcfd8ebe9e4ccd8 (patch)
treecbaeb563a3a346a0e243eff2d049dd63c7c65475
parentbbf532dba8d0462c7ef2f00b2646e5ac5b04bd62 (diff)
downloadplan9front-db70c1d20da3738467a9cbc0ebcfd8ebe9e4ccd8.tar.xz
python: arm64 support
-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 a01ec73c9..f5c8f06fe 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(Tarm) || defined(Tpower) || defined(Tamd64) || defined(Tspim)
+#if defined(T386) || defined(Tarm) || defined(Tarm64) || defined(Tpower) || defined(Tamd64) || defined(Tspim)
#undef WORDS_BIGENDIAN
#elif defined(Tmips) || defined(Tsparc)
#define WORDS_BIGENDIAN