Merge branch 'dev' into netbsd-support

This commit is contained in:
Adam Ierymenko 2018-04-25 06:39:02 -07:00 committed by GitHub
commit 42ec780a6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
682 changed files with 119343 additions and 39556 deletions

View file

@ -11,10 +11,16 @@ ifeq ($(OSTYPE),Linux)
endif
ifeq ($(OSTYPE),FreeBSD)
include make-freebsd.mk
CC=clang
CXX=clang++
ZT_BUILD_PLATFORM=7
include make-bsd.mk
endif
ifeq ($(OSTYPE),OpenBSD)
include make-freebsd.mk
CC=egcc
CXX=eg++
ZT_BUILD_PLATFORM=9
include make-bsd.mk
endif
ifeq ($(OSTYPE),NetBSD)