Browse Source
Merge pull request #3119 from xianyi/revert-3118-issue3018-2
Revert "Fix undefined CC in f_check (again)"
tags/v0.3.14^2
Martin Kroeker
GitHub
4 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
f_check
|
|
@@ -330,7 +330,7 @@ if ($link ne "") { |
|
|
|
$flags =~ s/\@/\,/g; |
|
|
|
$linker_L .= "-Wl,". $flags . " " ; |
|
|
|
} |
|
|
|
if ($flags =~ /-lgomp/ && $ENV("CC") =~ /clang/) { |
|
|
|
if ($flags =~ /-lgomp/ && $CC =~ /clang/) { |
|
|
|
$flags = "-lomp"; |
|
|
|
} |
|
|
|
|
|
|
|