qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] configure: Add nios2-softmmu to the libfdt-required list


From: Stephanos Ioannidis
Subject: [PATCH] configure: Add nios2-softmmu to the libfdt-required list
Date: Wed, 8 Apr 2020 17:16:07 +0900

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

Signed-off-by: Stephanos Ioannidis <address@hidden>
---
 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 via email to

[Prev in Thread] Current Thread [Next in Thread]