Update f_check
This commit is contained in:
2
f_check
2
f_check
@@ -330,7 +330,7 @@ if ($link ne "") {
|
|||||||
$flags =~ s/\@/\,/g;
|
$flags =~ s/\@/\,/g;
|
||||||
$linker_L .= "-Wl,". $flags . " " ;
|
$linker_L .= "-Wl,". $flags . " " ;
|
||||||
}
|
}
|
||||||
if ($flags =~ /-lgomp/ && $CC == /clang/) {
|
if ($flags =~ /-lgomp/ && $CC =~ /clang/) {
|
||||||
$flags = "-lomp";
|
$flags = "-lomp";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user