The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / google-breakpad / Config.in
1 config BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS
2         bool
3         default y if BR2_i386 || BR2_x86_64 || BR2_arm || BR2_aarch64 || \
4                 BR2_mips || BR2_mipsel
5
6 config BR2_PACKAGE_GOOGLE_BREAKPAD
7         bool "google-breakpad"
8         depends on BR2_INSTALL_LIBSTDCPP
9         depends on BR2_TOOLCHAIN_USES_GLIBC
10         depends on BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS
11         help
12           Google-Breakpad is a library and tool suite that allows you
13           to distribute an application to users with compiler-provided
14           debugging information removed, record crashes in compact
15           "minidump" files, send them back to your server, and produce
16           C and C++ stack traces from these minidumps. Breakpad can
17           also write minidumps on request for programs that have not
18           crashed.
19
20           You may want to set BR2_ENABLE_DEBUG, in order to get useful
21           results.
22
23           This target package installs a static library named
24           libbreakpad_client.a which should be linked into programs
25           willing to use Google Breakpad. A host variant of this
26           package is also available, and provides the different tools
27           needed to extract the debugging symbols from target
28           binaries.
29
30           http://code.google.com/p/google-breakpad/
31
32 comment "google-breakpad requires an (e)glibc toolchain w/ C++ enabled"
33         depends on BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS
34         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC