projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ecd80a
)
fix undefined CC again
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Thu, 25 Feb 2021 12:47:34 +0000
(13:47 +0100)
committer
GitHub
<noreply@github.com>
Thu, 25 Feb 2021 12:47:34 +0000
(13:47 +0100)
f_check
patch
|
blob
|
history
diff --git
a/f_check
b/f_check
index d044f254799a9c96215da4ec12765d7617e64474..2664e2d4af78b8aa017476021ee45e9eb4504068 100644
(file)
--- a/
f_check
+++ b/
f_check
@@
-330,7
+330,7
@@
if ($link ne "") {
$flags =~ s/\@/\,/g;
$linker_L .= "-Wl,". $flags . " " ;
}
- if ($flags =~ /-lgomp/ && $
CC
=~ /clang/) {
+ if ($flags =~ /-lgomp/ && $
ENV("CC")
=~ /clang/) {
$flags = "-lomp";
}