Merge pull request #2212 from martin-frbg/nofort-nolib

Avoid spurious dependency on the fortran runtime despite NOFORTRAN=1
This commit is contained in:
Martin Kroeker 2019-08-11 20:26:34 +02:00 committed by GitHub
commit 321288597c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -267,9 +267,10 @@ OBJCOPY = $(CROSS_SUFFIX)objcopy
OBJCONV = $(CROSS_SUFFIX)objconv
# For detect fortran failed, only build BLAS.
# When fortran support was either not detected or actively deselected, only build BLAS.
ifeq ($(NOFORTRAN), 1)
NO_LAPACK = 1
override FEXTRALIB =
endif
#