aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-02-02 11:30:26 +0000
committerMark Brown <broonie@kernel.org>2015-02-02 11:30:26 +0000
commit0863cf50e0003c135669e7f855fa1b3d2bc80b17 (patch)
tree28bb46fe249a84756e405e9fd5a15385775cafd3 /scripts
parent1a76c5b8bd1a01399bf2174a98aa8e44ddd71cd0 (diff)
parenta779989fd4ccf6a58237ab3932559d8e60e157b6 (diff)
Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-android
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/recordmcount.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl
index 397b6b84e8c5..e28f38eff70e 100755
--- a/scripts/recordmcount.pl
+++ b/scripts/recordmcount.pl
@@ -262,7 +262,6 @@ if ($arch eq "x86_64") {
# force flags for this arch
$ld .= " -m shlelf_linux";
$objcopy .= " -O elf32-sh-linux";
- $cc .= " -m32";
} elsif ($arch eq "powerpc") {
$local_regex = "^[0-9a-fA-F]+\\s+t\\s+(\\.?\\S+)";