Update f_check

This commit is contained in:
Martin Kroeker 2022-02-10 14:27:01 +01:00 committed by GitHub
parent 1e422de39b
commit 6ffe28c906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ if ($link ne "") {
} }
if ($vendor eq "FLANG"){ if ($vendor eq "FLANG"){
$linker_a .= "-fno-fortran-main -Mnomain -lflang" $linker_a .= "-lflang"
} }
open(MAKEFILE, ">> $makefile") || die "Can't append $makefile"; open(MAKEFILE, ">> $makefile") || die "Can't append $makefile";