Update f_check
This commit is contained in:
parent
649de1af58
commit
e952a3c481
4
f_check
4
f_check
|
@ -100,7 +100,7 @@ else
|
|||
case "$compiler" in
|
||||
*flang*)
|
||||
vendor=FLANG
|
||||
if ["$compiler" = "flang-new" ]; then
|
||||
if [`basename "$compiler"` = "flang-new" ]; then
|
||||
vendor=LLVMFLANG
|
||||
fi
|
||||
openmp='-fopenmp'
|
||||
|
@ -226,7 +226,7 @@ else
|
|||
;;
|
||||
*flang*)
|
||||
vendor=FLANG
|
||||
if ["$compiler" = "flang-new" ]; then
|
||||
if [`basename "$compiler"` = "flang-new" ]; then
|
||||
vendor=LLVMFLANG
|
||||
fi
|
||||
bu=_
|
||||
|
|
Loading…
Reference in New Issue