Add another object signature for classic flang

This commit is contained in:
Martin Kroeker 2024-04-12 14:29:27 +02:00 committed by GitHub
parent 45dbf50036
commit d26caff60c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ else
vendor=CRAY vendor=CRAY
openmp='-fopenmp' openmp='-fopenmp'
;; ;;
*Arm\ F90*) *Arm\ F90*|*F90\ Flang*)
vendor=FLANG vendor=FLANG
openmp='-fopenmp' openmp='-fopenmp'
;; ;;