diff --git a/cmd/gfortran/main.go b/cmd/gflang/main.go similarity index 100% rename from cmd/gfortran/main.go rename to cmd/gflang/main.go diff --git a/shared/sanity.go b/shared/sanity.go index 8eab8f0..10f1e75 100644 --- a/shared/sanity.go +++ b/shared/sanity.go @@ -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 {