Config.in.host 281 B

12345678
  1. config 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"