Now builds on OpenBSD, but segfaults. So not yet but close. GitHub issue #439

This commit is contained in:
Adam Ierymenko 2017-01-19 10:39:42 -08:00
parent 13263b8401
commit 7b231b38b0
4 changed files with 31 additions and 11 deletions

View file

@ -11,8 +11,12 @@ ifeq ($(OSTYPE),Linux)
endif
ifeq ($(OSTYPE),FreeBSD)
CC=gcc
CXX=g++
include make-freebsd.mk
endif
ifeq ($(OSTYPE),OpenBSD)
CC=egcc
CXX=eg++
include make-freebsd.mk
endif