* [PATCH] configure: Add nios2-softmmu to the libfdt-required list
@ 2020-04-08 8:16 Stephanos Ioannidis
2020-04-08 11:49 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 2+ messages in thread
From: Stephanos Ioannidis @ 2020-04-08 8:16 UTC (permalink / raw)
To: Peter Maydell, Chris Wulff, Marek Vasut
Cc: Stephanos Ioannidis, open list:All patches CC here
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] configure: Add nios2-softmmu to the libfdt-required list
2020-04-08 8:16 [PATCH] configure: Add nios2-softmmu to the libfdt-required list Stephanos Ioannidis
@ 2020-04-08 11:49 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-04-08 11:49 UTC (permalink / raw)
To: Stephanos Ioannidis, Peter Maydell, Chris Wulff, Marek Vasut
Cc: open list:All patches CC here
On 4/8/20 10:16 AM, Stephanos Ioannidis wrote:
> 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
>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-04-08 11:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-08 8:16 [PATCH] configure: Add nios2-softmmu to the libfdt-required list Stephanos Ioannidis
2020-04-08 11:49 ` Philippe Mathieu-Daudé
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).