summaryrefslogtreecommitdiffstats
path: root/package/google-breakpad/Config.in.host
diff options
context:
space:
mode:
Diffstat (limited to 'package/google-breakpad/Config.in.host')
-rw-r--r--package/google-breakpad/Config.in.host8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/google-breakpad/Config.in.host b/package/google-breakpad/Config.in.host
new file mode 100644
index 0000000000..28d304766a
--- /dev/null
+++ b/package/google-breakpad/Config.in.host
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_HOST_GOOGLE_BREAKPAD_ARCH_SUPPORTS
+ bool
+ default y if BR2_HOSTARCH = "x86_64"
+ default y if BR2_HOSTARCH = "x86"
+ default y if BR2_HOSTARCH = "arm"
+ default y if BR2_HOSTARCH = "aarch64"
+ default y if BR2_HOSTARCH = "mips"
+ default y if BR2_HOSTARCH = "mipsel"
OpenPOWER on IntegriCloud