[sh4] ftrace: Remove -m32 option from recordmcount.pl (Closes: #775611)

svn path=/dists/trunk/linux/; revision=22278
This commit is contained in:
Ben Hutchings 2015-01-18 20:48:01 +00:00
parent 230f0f4130
commit f6cc1119d2
3 changed files with 26 additions and 0 deletions

3
debian/changelog vendored
View File

@ -20,6 +20,9 @@ linux (3.18.3-1~exp1) UNRELEASED; urgency=medium
(Closes: #770102)
* [hppa] Create build-dependencies on binutils-hppa64 and gcc-4.9-hppa64
[ Ben Hutchings ]
* [sh4] ftrace: Remove -m32 option from recordmcount.pl (Closes: #775611)
-- Ian Campbell <ijc@debian.org> Thu, 11 Dec 2014 20:37:22 +0000
linux (3.18-1~exp1) experimental; urgency=medium

View File

@ -0,0 +1,22 @@
Subject: scripts/recordmcount.pl: There is no -m32 option on Super-H
From: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
Date: Sat, 17 Jan 2015 23:36:15 +0000
Origin: http://marc.info/?l=linux-kernel&m=142153803030712&w=2
Signed-Off-By: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
---
scripts/recordmcount.pl | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl
index 56ea99a..537c38c 100755
--- a/scripts/recordmcount.pl
+++ b/scripts/recordmcount.pl
@@ -255,7 +255,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+)";

View File

@ -76,3 +76,4 @@ features/all/mmc_block-increase-max_devices.patch
features/all/of-add-optional-options-parameter-to-of_find_node_by.patch
features/all/of-support-passing-console-options-with-stdout-path.patch
features/all/efi-expose-underlying-uefi-firmware-platform-size-to.patch
bugfix/sh4/scripts-recordmcount.pl-there-is-no-m32-option-on-super-h.patch