Support compilation with nagfor

This commit is contained in:
Martin Kroeker 2021-03-11 11:52:29 +01:00 committed by GitHub
parent 3c356b1a1f
commit 041a26fd79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -212,6 +212,9 @@ ifeq ($(C_COMPILER), CLANG)
CEXTRALIB = -lomp
endif
endif
ifeq ($(F_COMPILER), NAG)
CEXTRALIB = -lgomp
endif
endif
ifeq ($(BUILD_SINGLE),1)