From: Michael Walle <michael@walle.cc>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
"Michael Walle" <michael@walle.cc>
Subject: [Qemu-devel] [RFC PATCH 0/3] lm32: convert to new common tcg infrastructure
Date: Thu, 31 Jan 2019 22:56:08 +0100 [thread overview]
Message-ID: <20190131215611.29341-1-michael@walle.cc> (raw)
The main problem here is, that there is no prebuilt compiler packages. Thus
I have to build the toolchain from scratch. I don't know if this is OK in
the docker image. For now only binutils is built. But then, I'll have to
pass the LD and AS environment variables, too. And it won't work with the
native host cross toolchain - unless we'll probe for the assembler and
linker, too.
Any ideas?
Michael Walle (3):
tests/docker: add debian-lm32-cross image
tests/tcg: also pass AS and LD variables
tests/tcg/lm32: enable system tests
tests/docker/Makefile.include | 5 +-
tests/docker/dockerfiles/debian-lm32-cross.docker | 31 +++++++
tests/tcg/Makefile.include | 13 ++-
tests/tcg/lm32/Makefile | 106 ----------------------
tests/tcg/lm32/Makefile.include | 8 ++
tests/tcg/lm32/Makefile.softmmu-target | 33 +++++++
6 files changed, 86 insertions(+), 110 deletions(-)
create mode 100644 tests/docker/dockerfiles/debian-lm32-cross.docker
delete mode 100644 tests/tcg/lm32/Makefile
create mode 100644 tests/tcg/lm32/Makefile.include
create mode 100644 tests/tcg/lm32/Makefile.softmmu-target
--
2.11.0
next reply other threads:[~2019-01-31 22:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-31 21:56 Michael Walle [this message]
2019-01-31 21:56 ` [Qemu-devel] [RFC PATCH 1/3] tests/docker: add debian-lm32-cross image Michael Walle
2019-02-01 17:28 ` Alex Bennée
2019-01-31 21:56 ` [Qemu-devel] [RFC PATCH 2/3] tests/tcg: also pass AS and LD variables Michael Walle
2019-02-01 17:31 ` Alex Bennée
2019-02-01 17:43 ` Michael Walle
2019-01-31 21:56 ` [Qemu-devel] [RFC PATCH 3/3] tests/tcg/lm32: enable system tests Michael Walle
2019-02-01 17:24 ` [Qemu-devel] [RFC PATCH 0/3] lm32: convert to new common tcg infrastructure Alex Bennée
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190131215611.29341-1-michael@walle.cc \
--to=michael@walle.cc \
--cc=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).