Re: [PATCH gnumach] tests/user-qemu.mk: Add missing include for string.h and sys headers

Bradley Morgan <[email protected]> Sat, 20 Jun 2026 13:31:02 +0100
Newsgroups gmane.os.hurd.bugs
Message-ID <[email protected]>
On June 20, 2026 3:11:04 AM GMT+01:00, Damien Zammit <[email protected]>
wrote:
>This change allows cross compilation of the test suite from a
>non-x86 GNU/Linux host.
>---
> tests/user-qemu.mk | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/tests/user-qemu.mk b/tests/user-qemu.mk
>index 857dbaac..e497ca6d 100644
>--- a/tests/user-qemu.mk
>+++ b/tests/user-qemu.mk
>@@ -115,6 +115,7 @@ TESTCFLAGS = -static -nostartfiles -nolibc \
> 	-I$(srcdir)/tests/include \
> 	-I$(MACH_TESTINCLUDE) \
> 	-I$(MIG_OUTDIR) \
>+	-I$(srcdir)/include \
> 	-ggdb3 \
> 	-DMIG_EOPNOTSUPP
> 
>

Tested on ARM64 box.

Tested-by: Bradley Morgan <[email protected]>

Thanks!