qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stephanos Ioannidis <root@stephanos.io>
To: Peter Maydell <peter.maydell@linaro.org>,
	Chris Wulff <crwulff@gmail.com>, Marek Vasut <marex@denx.de>
Cc: Stephanos Ioannidis <root@stephanos.io>,
	"open list:All patches CC here" <qemu-devel@nongnu.org>
Subject: [PATCH] configure: Add nios2-softmmu to the libfdt-required list
Date: Wed,  8 Apr 2020 17:16:07 +0900	[thread overview]
Message-ID: <20200408081607.96114-1-root@stephanos.io> (raw)

The nios2-softmmu target requires libfdt to function properly (see
hw/nios2/boot.c).

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 233c671aaa..029adcf795 100755
--- a/configure
+++ b/configure
@@ -4236,7 +4236,7 @@ fi
 fdt_required=no
 for target in $target_list; do
   case $target in
-    aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu|mips64el-softmmu|riscv*-softmmu|rx-softmmu)
+    aarch64*-softmmu|arm*-softmmu|ppc*-softmmu|microblaze*-softmmu|mips64el-softmmu|nios2-softmmu|riscv*-softmmu|rx-softmmu)
       fdt_required=yes
     ;;
   esac
-- 
2.17.1



             reply	other threads:[~2020-04-08  8:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08  8:16 Stephanos Ioannidis [this message]
2020-04-08 11:49 ` [PATCH] configure: Add nios2-softmmu to the libfdt-required list Philippe Mathieu-Daudé

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=20200408081607.96114-1-root@stephanos.io \
    --to=root@stephanos.io \
    --cc=crwulff@gmail.com \
    --cc=marex@denx.de \
    --cc=peter.maydell@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).