google-breakpad: disable on mips64
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 19 Jul 2014 16:34:39 +0000 (18:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 19 Jul 2014 16:34:39 +0000 (18:34 +0200)
Due to some mmap() related issue, google-breakpad fails to build on
mips64, so let's disable it for the moment. The mips/mips64 folks
might be interested in fixing that later.

Fixes:

  http://autobuild.buildroot.org/results/2b0/2b03937693ea400ddcc7e8364ff7dc22ce651669/

Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Cc: Markos Chandras <Markos.Chandras@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/google-breakpad/Config.in

index 0ef10c51c1114dce08348a85f8b5e4cba0a65e5e..146db36a9767dbba31fd53ffda919807130de739 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS
        bool
        default y if BR2_i386 || BR2_x86_64 || BR2_arm || BR2_aarch64 || \
-               BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
+               BR2_mips || BR2_mipsel
 
 config BR2_PACKAGE_GOOGLE_BREAKPAD
        bool "google-breakpad"