Skip to content

Commit 6ae7af7

Browse files
authored
Support compilation with nagfor
1 parent 041a26f commit 6ae7af7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ ifeq ($(C_COMPILER), CLANG)
270270
CEXTRALIB = -lomp
271271
endif
272272
endif
273+
ifeq ($(F_COMPILER), NAG)
274+
CEXTRALIB = -lgomp
275+
endif
273276
endif
274277

275278
ifeq ($(BUILD_SINGLE),1)

0 commit comments

Comments
 (0)