package/criu: add C++ comment
Commit3e4b479f39
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> (cherry picked from commitb66ce2631c
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
c8d49d4960
commit
a9e949d89a
@ -43,9 +43,9 @@ config BR2_PACKAGE_CRIU
|
||||
|
||||
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_TOOLCHAIN_GCC_AT_LEAST_8 || !BR2_TOOLCHAIN_HAS_THREADS \
|
||||
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18 \
|
||||
|| BR2_TOOLCHAIN_USES_UCLIBC \
|
||||
|| BR2_TOOLCHAIN_USES_UCLIBC || !BR2_INSTALL_LIBSTDCPP \
|
||||
|| BR2_STATIC_LIBS || !BR2_USE_WCHAR
|
||||
|
Loading…
Reference in New Issue
Block a user