powerpc: Drop -me200 addition to build flags
authorMichael Ellerman <mpe@ellerman.id.au>
Mon, 16 Nov 2020 12:09:13 +0000 (23:09 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Dec 2020 09:58:30 +0000 (10:58 +0100)
commit6cad602451aedbcd5a80f5b5e7782d59630be51a
tree347d8e42d0dca501901f288624cfb6360129fd78
parent81b0105efafe14aecdc4ee12c35b23f66454cafa
powerpc: Drop -me200 addition to build flags

[ Upstream commit e02152ba2810f7c88cb54e71cda096268dfa9241 ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/Makefile