diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-19 18:34:39 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-19 18:34:39 +0200 |
| commit | 7ef750f4a408322e23fc2aaa822e7afa14bcbbe7 (patch) | |
| tree | b8c1519f4ebea93244d51fcf346c10cc7a6c99f0 | |
| parent | e8f52c2ab5edf2e5edd370f4b25a9962c53d5a91 (diff) | |
| download | buildroot-7ef750f4a408322e23fc2aaa822e7afa14bcbbe7.tar.gz buildroot-7ef750f4a408322e23fc2aaa822e7afa14bcbbe7.zip | |
google-breakpad: disable on mips64
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>
| -rw-r--r-- | package/google-breakpad/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/google-breakpad/Config.in b/package/google-breakpad/Config.in index 0ef10c51c1..146db36a97 100644 --- a/package/google-breakpad/Config.in +++ b/package/google-breakpad/Config.in @@ -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" |

