]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Drop -me200 addition to build flags
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 16 Nov 2020 12:09:13 +0000 (23:09 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 17 Nov 2020 11:05:33 +0000 (22:05 +1100)
commit8daecde482867470919c72000880390e335a7adf
treec450ded387b32c29efbe11f98175266635c103f6
parentfa26d48301f94d1bbbcb772aa856892246a34076
powerpc: Drop -me200 addition to build flags

Currently a build with CONFIG_E200=y will fail with:

  Error: invalid switch -me200
  Error: unrecognized option -me200

Upstream binutils has never supported an -me200 option. Presumably it
was supported at some point by either a fork or Freescale internal
binutils.

We can't support code that we can't even build test, so drop the
addition of -me200 to the build flags, so we can at least build with
CONFIG_E200=y.

Reported-by: Németh Márton <nm127@freemail.hu>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Acked-by: Scott Wood <oss@buserror.net>
Link: https://lore.kernel.org/r/20201116120913.165317-1-mpe@ellerman.id.au
arch/powerpc/Makefile