This commit is contained in:
Martin Kroeker 2023-07-03 14:13:27 +02:00 committed by GitHub
parent 0237ba6b06
commit 5c3d59435a
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 ("$compiler" = "flang-new" ]; then
if ["$compiler" = "flang-new" ]; then
vendor=LLVMFLANG
fi
openmp='-fopenmp'
@ -226,7 +226,7 @@ else
;;
*flang*)
vendor=FLANG
if ("$compiler" = "flang-new" ]; then
if ["$compiler" = "flang-new" ]; then
vendor=LLVMFLANG
fi
bu=_