Update f_check

This commit is contained in:
Martin Kroeker 2022-02-10 10:59:35 +01:00 committed by GitHub
parent 3ba72dd46b
commit e10f9ac847
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 .= "-lflang" $linker_a .= "-fno-fortran-main -Mnomain -lflang"
} }
open(MAKEFILE, ">> $makefile") || die "Can't append $makefile"; open(MAKEFILE, ">> $makefile") || die "Can't append $makefile";