mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
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>
This commit is contained in:
committed by
Paolo Bonzini
parent
ff8d820da8
commit
6910fc2dc8
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user