OpenBSD fixes, workaround for apparent libstdc++ bug.

This commit is contained in:
Adam Ierymenko 2017-01-19 15:05:26 -08:00
parent 7b231b38b0
commit d79f792e6f
4 changed files with 40 additions and 30 deletions

View file

@ -13,10 +13,12 @@ endif
ifeq ($(OSTYPE),FreeBSD)
CC=gcc
CXX=g++
include make-freebsd.mk
ZT_BUILD_PLATFORM=7
include make-bsd.mk
endif
ifeq ($(OSTYPE),OpenBSD)
CC=egcc
CXX=eg++
include make-freebsd.mk
ZT_BUILD_PLATFORM=9
include make-bsd.mk
endif