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

View File

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