From 8ee20e3e9f47a3c770265492c6d75c59221203f2 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Mon, 11 Jan 2010 11:31:44 +0100 Subject: [PATCH] --- yaml --- r: 179368 b: refs/heads/master c: b82a4045f7962483a78a874343dc6e31b79c96c1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/recordmcount.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {