Re: [PATCH 1/1] scripts/recordmcount.pl: There is no -m32 option on Super-H

From: Steven Rostedt
Date: Sun Jan 18 2015 - 15:02:00 EST


On Sun, 18 Jan 2015 19:07:40 +0100
Heiko Carstens <heiko.carstens@xxxxxxxxxx> wrote:

> On Sun, Jan 18, 2015 at 12:36:15AM +0100, Michael Karcher wrote:
> > Signed-Off-By: Michael Karcher <kernel@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
> > ---
> > 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+)";
> > --
> > 2.1.3
>
> The Super-H architecure seems to be without any maintainer.
> Maybe Steven cares to pick this patch up. Dunno...

Yeah, I remember when the SH maintainer left.

I can pick it up. How urgent is it? Does it need to go in before the
next merge window? And does it need to be tagged for stable?

-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/