]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
google-breakpad: take into account host architecture dependencies
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Nov 2017 14:40:19 +0000 (15:40 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 27 Nov 2017 22:51:27 +0000 (23:51 +0100)
commit57b3dc4375f27e5d3e822d450d08e70bbb1b56e6
treefaccd140672fff2ae3a9d5f14d252e6bf2786c40
parentbce795fbdc61f7c17aefadae1cab47c52dc5236b
google-breakpad: take into account host architecture dependencies

Building the target google-breakpad requires building the host variant
of google-breakpad. Just like the target google-breakpad only supports
a limited number of architectures, it is the same for the host
google-breakpad.

We therefore introduce a
BR2_PACKAGE_HOST_GOOGLE_BREAKPAD_ARCH_SUPPORTS option that is used
where necessary to prevent the user from choosing Google Breakpad when
building on unsupported host platforms.

Fixes:

  http://autobuild.buildroot.net/results/c7c04483508f9e4d629efa54571afeb1feaa5f73/
  (build on a powerpc64le machine)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit fadc438393841eced94aa6decfd04c5bf448b255)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in
package/Config.in.host
package/google-breakpad/Config.in
package/google-breakpad/Config.in.host [new file with mode: 0644]