qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] configure: Fix make check-tcg for ppc64le
@ 2019-05-01 22:38 Richard Henderson
  2019-05-01 22:38 ` Richard Henderson
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Richard Henderson @ 2019-05-01 22:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, david, mark.cave-ayland, qemu-ppc

At present make check-tcg will produce errors like

  RUN     tests for ppc64
  TEST    test-mmap (default) on ppc64
test-mmap: Invalid ELF image for this architecture
make[2]: *** [run-test-mmap] Error 255
make[1]: *** [run-guest-tests] Error 2
make: *** [run-tcg-tests-ppc64-linux-user] Error 2

which is caused by the use of the host ppc64le compiler
in building guest ppc64(be) executables.


r~


Richard Henderson (2):
  configure: Distinguish ppc64 and ppc64le hosts
  configure: Use quotes around uses of $CPU_CFLAGS

 configure | 54 ++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 34 insertions(+), 20 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2019-05-02 15:23 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-01 22:38 [Qemu-devel] [PATCH 0/2] configure: Fix make check-tcg for ppc64le Richard Henderson
2019-05-01 22:38 ` Richard Henderson
2019-05-01 22:38 ` [Qemu-devel] [PATCH 1/2] configure: Distinguish ppc64 and ppc64le hosts Richard Henderson
2019-05-01 22:38   ` Richard Henderson
2019-05-01 22:38 ` [Qemu-devel] [PATCH 2/2] configure: Use quotes around uses of $CPU_CFLAGS Richard Henderson
2019-05-01 22:38   ` Richard Henderson
2019-05-02  6:25   ` Philippe Mathieu-Daudé
2019-05-02  6:25     ` Philippe Mathieu-Daudé
2019-05-02  6:49   ` Eric Blake
2019-05-02  6:49     ` Eric Blake
2019-05-02  4:04 ` [Qemu-devel] [PATCH 0/2] configure: Fix make check-tcg for ppc64le David Gibson
2019-05-02  4:04   ` David Gibson
2019-05-02  4:59   ` Richard Henderson
2019-05-02  4:59     ` Richard Henderson
2019-05-02 10:47     ` Alex Bennée
2019-05-02 10:47       ` Alex Bennée
2019-05-02 15:14       ` Richard Henderson
2019-05-02 15:14         ` Richard Henderson
2019-05-02 15:22         ` Alex Bennée
2019-05-02 15:22           ` Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).