mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 17:34:45 +01:00
gflang: renamed gfortran to gflang as not to conflict with GNU gfortran
This commit is contained in:
parent
674a5c4042
commit
7d0f495883
@ -188,7 +188,7 @@ func checkCompilers() bool {
|
||||
f := GetCompilerExecName("flang")
|
||||
fOK, fVersion, _ := checkExecutable(f, "-v")
|
||||
if !fOK {
|
||||
informUser("The Fortran compiler %s was not found or not executable.\nBetter not try using gfortran!\n", f)
|
||||
informUser("The Fortran compiler %s was not found or not executable.\nBetter not try using gflang!\n", f)
|
||||
informUser(explainLLVMCOMPILERPATH)
|
||||
informUser(explainLLVMFNAME)
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user