xref: /OK3568_Linux_fs/buildroot/package/google-breakpad/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_GOOGLE_BREAKPAD_ARCH_SUPPORTS
2	bool
3	default y if BR2_HOSTARCH = "x86_64"
4	default y if BR2_HOSTARCH = "x86"
5	default y if BR2_HOSTARCH = "arm"
6	default y if BR2_HOSTARCH = "aarch64"
7	default y if BR2_HOSTARCH = "mips"
8	default y if BR2_HOSTARCH = "mipsel"
9