diff options
-rw-r--r-- | meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb b/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb index ecac6c5cc8..e475663f22 100644 --- a/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb +++ b/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb | |||
@@ -19,6 +19,10 @@ inherit autotools | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | # On mips, we have the following error. | ||
23 | # do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 | ||
24 | # Segmentation fault (core dumped) | ||
25 | COMPATIBLE_HOST_mipsarch_libc-glibc = "null" | ||
22 | # Disable thumb1 | 26 | # Disable thumb1 |
23 | # {standard input}: Assembler messages: | 27 | # {standard input}: Assembler messages: |
24 | # {standard input}:434: Error: lo register required -- `ldr pc,[sp]' | 28 | # {standard input}:434: Error: lo register required -- `ldr pc,[sp]' |