]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/qemu/Config.in
Merge branch 'next'
[coffee/buildroot.git] / package / qemu / Config.in
index b9c1ca181657a453e746715a09d33eeaefad7427..f4a75fc269ddf357417c16b2d01f8280c061548e 100644 (file)
@@ -70,11 +70,16 @@ comment "systems emulation needs a toolchain w/ dynamic library"
 
 config BR2_PACKAGE_QEMU_LINUX_USER
        bool "Enable all Linux user-land emulation"
+       # Incompatible "struct sigevent" definition on musl
+       depends on !BR2_TOOLCHAIN_USES_MUSL
        help
          Say 'y' to build all Linux user-land emulators that QEMU supports.
 
 # Note: bsd-user can not be build on Linux
 
+comment "Linux user-land emulation needs a glibc or uClibc toolchain"
+       depends on BR2_TOOLCHAIN_USES_MUSL
+
 endif # BR2_PACKAGE_QEMU_CUSTOM_TARGETS == ""
 
 config BR2_PACKAGE_QEMU_HAS_EMULS