package/makedumpfile: add threads dependency in comment
Commit adb64a97e7
forgot to add threads
dependency in comment
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
15a6ae5288
commit
049e4fc9d8
@ -7,9 +7,10 @@ config BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS
|
||||
default y if BR2_s390x
|
||||
default y if BR2_sparc64
|
||||
|
||||
comment "makedumpfile needs a uClibc or glibc toolchain w/ wchar, dynamic library"
|
||||
comment "makedumpfile needs a uClibc or glibc toolchain w/ wchar, dynamic library, threads"
|
||||
depends on BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS
|
||||
depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|
||||
|| !BR2_TOOLCHAIN_HAS_THREADS \
|
||||
|| !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
|
||||
|
||||
config BR2_PACKAGE_MAKEDUMPFILE
|
||||
|
Loading…
Reference in New Issue
Block a user