mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
base-linux: disable initramfs build on 32-bit
The build tries to access the host header asm/unistd.h, which is apparently not present on 64-bit hosts (in particular our CI).
This commit is contained in:
parent
0428e5e8b9
commit
887fcecf63
@ -1,5 +1,7 @@
|
||||
TARGET = lx_init
|
||||
|
||||
REQUIRES = x86_64
|
||||
|
||||
INITRAMFS = initramfs
|
||||
INITRAMFS_SRC_C = init.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user