Merge branch 'develop' into fbsd12

This commit is contained in:
Martin Kroeker
2018-12-03 12:50:14 +01:00
committed by GitHub
13 changed files with 126 additions and 34 deletions

View File

@@ -18,7 +18,7 @@ else ifeq ($(ARCH), i386)
override ARCH=x86
else ifeq ($(ARCH), aarch64)
override ARCH=arm64
endif
endif
NETLIB_LAPACK_DIR = $(TOPDIR)/lapack-netlib
@@ -1042,6 +1042,8 @@ ifdef USE_TLS
CCOMMON_OPT += -DUSE_TLS
endif
CCOMMON_OPT += -DVERSION=\"$(VERSION)\"
ifndef SYMBOLPREFIX
SYMBOLPREFIX =
endif