aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-02-02 11:29:26 +0000
committerMark Brown <broonie@kernel.org>2015-02-02 11:29:26 +0000
commit43b74bf7c6af4fe398e705243ba2d8d5fe3370d7 (patch)
treee55ad13d56dc6b9b281b1df561cd9f1617cbba44 /scripts
parent72ca3a2d7a150ee50fb526dab6bd417dd211ffe9 (diff)
parent692d96aa22dea8bb80018c6a76556ad6afd464a6 (diff)
Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-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 151739b4e481..aead5de0574e 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+)";