Update f_check

This commit is contained in:
Martin Kroeker 2023-07-03 22:55:17 +02:00 committed by GitHub
parent e952a3c481
commit 4deb42328f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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=_