diff --git a/[refs] b/[refs] index c7128020d335..ef90e0065f51 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff2576674c19c4b74acc4f6cc9bac3b94916350b +refs/heads/master: b82a4045f7962483a78a874343dc6e31b79c96c1 diff --git a/trunk/scripts/recordmcount.pl b/trunk/scripts/recordmcount.pl index 92f09fe9639e..ea6f6e3adaea 100755 --- a/trunk/scripts/recordmcount.pl +++ b/trunk/scripts/recordmcount.pl @@ -194,7 +194,7 @@ sub check_objcopy } } -if ($arch eq "x86") { +if ($arch =~ /(x86(_64)?)|(i386)/) { if ($bits == 64) { $arch = "x86_64"; } else {