Signed-off-by: Manolo de Medici <manolo.demed...@gmail.com> --- configure | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/configure b/configure index c36ce1f7e2..d4648af96a 100755 --- a/configure +++ b/configure @@ -354,6 +354,8 @@ elif check_define __NetBSD__; then host_os=netbsd elif check_define __APPLE__; then host_os=darwin +elif check_define __GNU__; then + host_os=hurd else # This is a fatal error, but don't report it yet, because we # might be going to just print the --help text, or it might -- 2.43.0 root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# root@hurd:~/qemu# cat 0004-Add-the-GNU-Hurd-as-a-target-host.patch >From 5d7bf83c00168cede72a03d87d7546a0018b82a5 Mon Sep 17 00:00:00 2001 Message-ID: <5d7bf83c00168cede72a03d87d7546a0018b82a5.1705439227.git.manolo.demed...@gmail.com> In-Reply-To: <cover.1705439227.git.manolo.demed...@gmail.com> References: <cover.1705439227.git.manolo.demed...@gmail.com> From: Manolo de Medici <manolo.demed...@gmail.com> Date: Tue, 16 Jan 2024 20:12:50 +0100 Subject: [PATCH 4/4] Add the GNU/Hurd as a target host Signed-off-by: Manolo de Medici <manolo.demed...@gmail.com> --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index c36ce1f7e2..d4648af96a 100755 --- a/configure +++ b/configure @@ -354,6 +354,8 @@ elif check_define __NetBSD__; then host_os=netbsd elif check_define __APPLE__; then host_os=darwin +elif check_define __GNU__; then + host_os=hurd else # This is a fatal error, but don't report it yet, because we # might be going to just print the --help text, or it might -- 2.43.0