filter out libflangmain as well

This commit is contained in:
Martin Kroeker 2022-02-10 23:03:05 +01:00 committed by GitHub
parent dc80925c92
commit 0e04710099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ if ($link ne "") {
($flags =~ /^\-l/)
&& ($flags !~ /ibrary/)
&& ($flags !~ /gfortranbegin/)
&& ($flags !~ /flangmain/)
&& ($flags !~ /frtbegin/)
&& ($flags !~ /pathfstart/)
&& ($flags !~ /crt[0-9]/)