From db70c1d20da3738467a9cbc0ebcfd8ebe9e4ccd8 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 3 May 2019 21:11:17 +0200 Subject: python: arm64 support --- sys/src/cmd/python/pyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/cmd/python') 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 -- cgit v1.2.3