We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e1e74f + ece3ce5 commit a33f471Copy full SHA for a33f471
1 file changed
f_check
@@ -75,6 +75,7 @@ if ($compiler eq "") {
75
76
} elsif ($data =~ /GNU/ || $data =~ /GCC/ ) {
77
78
+ $data =~ s/\(+.*?\)+//g;
79
$data =~ /(\d+)\.(\d+).(\d+)/;
80
$major = $1;
81
$minor = $2;
0 commit comments