Update f_check
This commit is contained in:
parent
3ba72dd46b
commit
e10f9ac847
2
f_check
2
f_check
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue