1 config BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS
3 default y if BR2_aarch64 || BR2_aarch64_be
4 default y if BR2_arm || BR2_armeb
5 default y if BR2_i386 || BR2_x86_64
6 default y if BR2_mips64 || BR2_mips64el
7 default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
9 default y if BR2_sparc64
11 comment "makedumpfile needs a toolchain w/ wchar, dynamic library, threads"
12 depends on BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS
13 depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS \
14 || !BR2_TOOLCHAIN_HAS_THREADS
16 config BR2_PACKAGE_MAKEDUMPFILE
18 depends on BR2_PACKAGE_MAKEDUMPFILE_ARCH_SUPPORTS
19 depends on BR2_TOOLCHAIN_HAS_THREADS
20 depends on !BR2_STATIC_LIBS # dlopen
21 depends on BR2_USE_WCHAR
22 select BR2_PACKAGE_BZIP2
23 select BR2_PACKAGE_ELFUTILS
25 select BR2_PACKAGE_ZLIB
27 Makes a small dumpfile of kdump.
29 https://github.com/makedumpfile/makedumpfile