Skip to content

Commit 0e04710

Browse files
authored
filter out libflangmain as well
1 parent dc80925 commit 0e04710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

f_check

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ if ($link ne "") {
361361
($flags =~ /^\-l/)
362362
&& ($flags !~ /ibrary/)
363363
&& ($flags !~ /gfortranbegin/)
364+
&& ($flags !~ /flangmain/)
364365
&& ($flags !~ /frtbegin/)
365366
&& ($flags !~ /pathfstart/)
366367
&& ($flags !~ /crt[0-9]/)

0 commit comments

Comments
 (0)