aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zerotier-one/ppc64le-make-linux.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/zerotier-one/ppc64le-make-linux.patch')
-rw-r--r--testing/zerotier-one/ppc64le-make-linux.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/zerotier-one/ppc64le-make-linux.patch b/testing/zerotier-one/ppc64le-make-linux.patch
deleted file mode 100644
index 7c867a6181..0000000000
--- a/testing/zerotier-one/ppc64le-make-linux.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/make-linux.mk
-+++ b/make-linux.mk
-@@ -154,6 +154,11 @@
- ZT_ARCHITECTURE=6
- override DEFS+=-DZT_NO_TYPE_PUNNING
- endif
-+ifeq ($(CC_MACH),powerpc64le)
-+ ZT_ARCHITECTURE=7
-+ override DEFS+=-DZT_NO_TYPE_PUNNING
-+endif
-+
-
- # Fail if system architecture could not be determined
- ifeq ($(ZT_ARCHITECTURE),999)