]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - scripts/recordmcount.pl
kconfig: fix to tag NEW symbols correctly
[mv-sheeva.git] / scripts / recordmcount.pl
index 92f09fe9639ecdab0884330d049ae6b391765be7..ea6f6e3adaea342246e3fc5b933e32dbd84f0fed 100755 (executable)
@@ -194,7 +194,7 @@ sub check_objcopy
     }
 }
 
-if ($arch eq "x86") {
+if ($arch =~ /(x86(_64)?)|(i386)/) {
     if ($bits == 64) {
        $arch = "x86_64";
     } else {