mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/criu: add C++ comment
Commit 3e4b479f39 forgot to add C++
comment
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
62036327f6
commit
b66ce2631c
@@ -43,9 +43,9 @@ config BR2_PACKAGE_CRIU
|
|||||||
|
|
||||||
https://criu.org/Main_Page
|
https://criu.org/Main_Page
|
||||||
|
|
||||||
comment "criu needs a glibc or musl toolchain w/ threads, gcc >= 8, headers >= 4.18, dynamic library, wchar"
|
comment "criu needs a glibc or musl toolchain w/ threads, gcc >= 8, headers >= 4.18, C++, dynamic library, wchar"
|
||||||
depends on BR2_PACKAGE_CRIU_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_CRIU_ARCH_SUPPORTS
|
||||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_8 || !BR2_TOOLCHAIN_HAS_THREADS \
|
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_8 || !BR2_TOOLCHAIN_HAS_THREADS \
|
||||||
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18 \
|
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18 \
|
||||||
|| BR2_TOOLCHAIN_USES_UCLIBC \
|
|| BR2_TOOLCHAIN_USES_UCLIBC || !BR2_INSTALL_LIBSTDCPP \
|
||||||
|| BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
|| BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
||||||
|
|||||||
Reference in New Issue
Block a user