Update f_check
This commit is contained in:
parent
1e422de39b
commit
6ffe28c906
2
f_check
2
f_check
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue