We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed15846 + ebcab90 commit abbd78aCopy full SHA for abbd78a
exports/Makefile
@@ -197,7 +197,7 @@ ifeq ($(F_COMPILER), INTEL)
197
-Wl,--whole-archive $< -Wl,--no-whole-archive \
198
-Wl,-soname,$(INTERNALNAME) $(EXTRALIB)
199
$(CC) $(CFLAGS) $(LDFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK.
200
-else ifeq ($(F_COMPILER), FLANG)
+else ifeq ($(F_COMPILER), $(filter $(F_COMPILER),FLANG FLANGNEW))
201
$(FC) $(FFLAGS) $(LDFLAGS) -shared -o ../$(LIBSONAME) \
202
203
0 commit comments