commit | 90f7d0b4940be29259f6977d2df2ca09495680e7 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@redhat.com> | Fri May 21 15:41:49 2021 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Jan 13 09:32:32 2023 +0100 |
tree | dca0d7744335c64d9a972d0cd4d38705d1e83e5a | |
parent | fae45dd53dcf4029e30b0915efcc62dfd56bdee0 [diff] |
hw/mips/meson: Make gt64xxx_pci.c endian-agnostic The single machine using this device explicitly sets its endianness. We don't need to set a default. This allow us to remove the target specificity from the build system. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20221209151533.69516-7-philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>