From 6910fc2dc887f9726f1e867bc5edec05b64ed599 Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Sun, 8 Feb 2026 05:59:25 +0000 Subject: [PATCH] Add GNU/Hurd host_os=gnu Signed-off-by: Damien Zammit Link: https://lore.kernel.org/r/20260208055858.2166524-3-damien@zamaudio.com Signed-off-by: Paolo Bonzini --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index d786d3a7c9..bf728d6d99 100755 --- a/configure +++ b/configure @@ -371,6 +371,8 @@ elif check_define __APPLE__; then elif check_define EMSCRIPTEN ; then host_os=emscripten cross_compile="yes" +elif check_define __GNU__; then + host_os=gnu 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