summaryrefslogtreecommitdiff
path: root/make-linux.mk
AgeCommit message (Collapse)Author
2018-05-09Consolidated powerpc64le machine types, added 32-bit powerpc machine type ↵Joseph Henry
and a flag to disable use of Linux capabilities
2018-05-09Merge branch 'master' into devJoseph Henry
2018-05-04Added override directive to CFLAGS for Synology builds in make-linux.mkJoseph Henry
2018-05-04Added override directive to CXXFLAGS for Synology builds in make-linux.mkJoseph Henry
2018-05-04Added -fPIC for Synology buildsJoseph Henry
2018-05-03Debian clean fix and CentOS 6 upgrade fix.Adam Ierymenko
2018-04-30ARM32 fix.Adam Ierymenko
2018-04-27Typo.Adam Ierymenko
2018-04-27Debian build fix.Adam Ierymenko
2018-04-25Re-enable faster ed25519 signatures on x64 thanks to PR from @jonathonfAdam Ierymenko
2018-04-20Disable ASM ed25519 by default (it only helps significantly on controllers) ↵Adam Ierymenko
so fPIE will work -- GitHub issue #717
2018-04-18Merge pull request #654 from atopuzov/armv7lAdam Ierymenko
Add support for armv7l
2018-03-29GitHub issue #701Adam Ierymenko
2018-03-13Use X64 ASM ed25519 signatures on Linux/x64, which are about 10X faster. ↵Adam Ierymenko
Will matter a lot for network controllers, not so much for other things.
2018-02-01A few other make changes.Adam Ierymenko
2018-02-01Allow us to build a semi-dynamic official binary that works back to CentOS ↵Adam Ierymenko
6, at least on x64, and is very fast since we can build it with newer clang or icc.
2018-02-01Use Intel icc if available on Linux.Adam Ierymenko
2018-02-01Fix build on Intel C/C++ Compiler for Linux.Adam Ierymenko
2018-01-02Add support for armv7lAleksandar Topuzovic
* GCC running on Raspberry Pi 3 on Arch linux ARM reports arch as armv7l-unknown-linux-gnueabihf
2017-12-15Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2017-12-15Some micro-optimizations, including a memcpy that is faster than Linux for ↵Adam Ierymenko
most distro/compiler versions.
2017-12-14Added ZT_SANITIZE option to makefiles. This your new memory debugging best ↵Joseph Henry
friend
2017-12-08Member commit bug fix.Adam Ierymenko
2017-12-07GitHub issue #589Adam Ierymenko
2017-11-09GitHub issue #617Adam Ierymenko
2017-11-08RethinkDB build fix.Adam Ierymenko
2017-11-03RethinkDB fixes.Adam Ierymenko
2017-11-03Linux build fixes, linux build rule for RethinkDB mode controller, also ↵Adam Ierymenko
force disable shitty allocators in libstdc++.
2017-10-24cleanupAdam Ierymenko
2017-10-24Merge pull request #605 from oneguynick/patch-1Adam Ierymenko
Update make-linux.mk to include support for Armv7l
2017-10-19Update make-linux.mk to include support for Armv7lNicholas Schmidt
When running ArchlinuxARM with 64bit support on Raspberry Pi3, the default build fails due to the architecture look-up at the beginning of the build process. A simple addition of the Armv7l section above allows the build to continue and successfully run.
2017-08-18Fix PPC PR.Adam Ierymenko
2017-08-18Merge pull request #560 from andyfangdz/patch-1Adam Ierymenko
Add `ppc64le` arch
2017-08-18Add make rule for official-static.Adam Ierymenko
2017-08-06Add `ppc64le` archDezhi “Andy” Fang
I've only tested locally, on a power8 box running Ubuntu 16.10, but everything (and earth) checks out. Let me know if more testing infrastructure is needed.
2017-07-06.Adam Ierymenko
2017-06-27Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into edgeAdam Ierymenko
2017-06-25Detect platformDefaultHomePath on QNAP systemsJoseph Henry
2017-06-07Build fix, use -Os on Linux too.Adam Ierymenko
2017-05-09Musl fixAdam Ierymenko
2017-05-08Build fix.Adam Ierymenko
2017-05-08More makefile changes.Adam Ierymenko
2017-05-08Makefile reorg to allow core to be built as a library.Adam Ierymenko
2017-05-04More ARM stuff.Adam Ierymenko
2017-05-04Linux build stuff for ARM.Adam Ierymenko
2017-04-27Cleanup, fix a valgrind error, stack use reduction.Adam Ierymenko
2017-04-26Add a dummy Ethernet tap and a build option to enable it.Adam Ierymenko
2017-04-24Static ARM32 build fixes.Adam Ierymenko
2017-04-24.Adam Ierymenko
2017-04-24Add i486 and i586 to Linux makefile for detection of ia32.Adam Ierymenko