scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore
authorMichael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
Sat, 17 Jan 2015 23:36:15 +0000 (00:36 +0100)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 19 Jan 2015 17:10:47 +0000 (12:10 -0500)
commit1caf6aaaa47471831d77c75f094d4e00ad1ec808
tree6d12208acbaff20936c6d0afef8ac296d7e9e2b2
parentec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc
scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymore

Compiling SH with gcc-4.8 fails due to the -m32 option not being
supported.

From http://buildd.debian-ports.org/status/fetch.php?pkg=linux&arch=sh4&ver=3.16.7-ckt4-1&stamp=1421425783

      CC      init/main.o
    gcc-4.8: error: unrecognized command line option '-m32'
    ld: cannot find init/.tmp_mc_main.o: No such file or directory
    objcopy: 'init/.tmp_mx_main.o': No such file
    rm: cannot remove 'init/.tmp_mx_main.o': No such file or directory
    rm: cannot remove 'init/.tmp_mc_main.o': No such file or directory

Link: http://lkml.kernel.org/r/1421537778-29001-1-git-send-email-kernel@mkarcher.dialup.fu-berlin.de
Link: http://lkml.kernel.org/r/54BCBDD4.10102@physik.fu-berlin.de
Cc: stable@vger.kernel.org
Cc: Matt Fleming <matt@console-pimps.org>
Reported-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: Michael Karcher <kernel@mkarcher.dialup.fu-berlin.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
scripts/recordmcount.pl