-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert ":arrow_up: Upgrades ZeroTier One to 1.6.0"
This reverts commit 92a49b7.
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
diff --git a/make-linux.mk b/make-linux.mk | ||
index 9fd4f7b9..c409ce0b 100644 | ||
--- a/make-linux.mk | ||
+++ b/make-linux.mk | ||
@@ -260,12 +260,12 @@ endif | ||
# ARM32 hell -- use conservative CFLAGS | ||
ifeq ($(ZT_ARCHITECTURE),3) | ||
ifeq ($(shell if [ -e /usr/bin/dpkg ]; then dpkg --print-architecture; fi),armel) | ||
- override CFLAGS+=-march=armv5 -mfloat-abi=soft -msoft-float -mno-unaligned-access -marm | ||
- override CXXFLAGS+=-march=armv5 -mfloat-abi=soft -msoft-float -mno-unaligned-access -marm | ||
+ override CFLAGS+=-march=armv6 -mfloat-abi=soft -msoft-float -mno-unaligned-access -marm | ||
+ override CXXFLAGS+=-march=armv6 -mfloat-abi=soft -msoft-float -mno-unaligned-access -marm | ||
ZT_USE_ARM32_NEON_ASM_CRYPTO=0 | ||
else | ||
- override CFLAGS+=-march=armv5 -mno-unaligned-access -marm -fexceptions | ||
- override CXXFLAGS+=-march=armv5 -mno-unaligned-access -marm -fexceptions | ||
+ override CFLAGS+=-march=armv6 -mno-unaligned-access -marm -fexceptions | ||
+ override CXXFLAGS+=-march=armv6 -mno-unaligned-access -marm -fexceptions | ||
ZT_USE_ARM32_NEON_ASM_CRYPTO=0 | ||
endif | ||
endif |