Merge pull request #1275 from cconrads-scicomp/recognize-gfortran-on-arm

ARM: recognize gfortran pre-releases
This commit is contained in:
Martin Kroeker 2017-08-10 21:32:09 +02:00 committed by GitHub
commit be7c1b6324
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if ($compiler eq "") {
if ($data =~ /GNU/) {
$data =~ /(\d)\.(\d).(\d)/;
$data =~ /(\d)\.(\d).(.)/;
$major = $1;
$minor = $2;