Support compilation with nagfor

This commit is contained in:
Martin Kroeker
2021-03-11 11:53:51 +01:00
committed by GitHub
parent 041a26fd79
commit 6ae7af78a3

View File

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