spapr/rtas: Force big endian compile for rtas
commitfad189d1f6c2919dbde5433c6c15548eefef75e8
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 12 Jun 2019 02:07:23 +0000 (12 12:07 +1000)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 1 Jul 2019 23:43:58 +0000 (2 09:43 +1000)
treec0bc4b5cf592775bf9557179b5bca2c6b7188c93
parent7d0e02405fc02a181319b1ab8681d2f72246b7c6
spapr/rtas: Force big endian compile for rtas

At the moment the rtas's Makefile uses generic QEMU rules which means
that when QEMU is compiled on a little endian system, the spapr-rtas.bin
is compiled as little endian too which is incorrect as it is always
executed in big endian mode.

This enforces -mbig by defining %.o:%.S rule as spapr-rtas.bin is
a standalone guest binary which should not depend on QEMU flags anyway.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-Id: <20190612020723.96802-1-aik@ozlabs.ru>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
pc-bios/spapr-rtas/Makefile