diff options
| -rwxr-xr-x | scripts/recordmcount.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl index 56ea99a12ab7..537c38ca2e1c 100755 --- a/scripts/recordmcount.pl +++ b/scripts/recordmcount.pl | |||
| @@ -255,7 +255,6 @@ if ($arch eq "x86_64") { | |||
| 255 | # force flags for this arch | 255 | # force flags for this arch |
| 256 | $ld .= " -m shlelf_linux"; | 256 | $ld .= " -m shlelf_linux"; |
| 257 | $objcopy .= " -O elf32-sh-linux"; | 257 | $objcopy .= " -O elf32-sh-linux"; |
| 258 | $cc .= " -m32"; | ||
| 259 | 258 | ||
| 260 | } elsif ($arch eq "powerpc") { | 259 | } elsif ($arch eq "powerpc") { |
| 261 | $local_regex = "^[0-9a-fA-F]+\\s+t\\s+(\\.?\\S+)"; | 260 | $local_regex = "^[0-9a-fA-F]+\\s+t\\s+(\\.?\\S+)"; |
