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