Add GNU/Hurd host_os=gnu
Signed-off-by: Damien Zammit <damien@zamaudio.com> Link: https://lore.kernel.org/r/20260208055858.2166524-3-damien@zamaudio.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Damien Zammit committed
Feb 8, 2026 at 05:59 UTC
6910fc2dc887f9726f1e867bc5edec05b64ed599
1 file changed
+2
configure
+2
@@ -371,6 +371,8 @@ elif check_define __APPLE__; then
371
elif check_define EMSCRIPTEN ; then
372
host_os=emscripten
373
cross_compile="yes"
374
+elif check_define __GNU__; then
375
+ host_os=gnu
376
else
377
# This is a fatal error, but don't report it yet, because we
378
# might be going to just print the --help text, or it might