diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-10-02 09:06:57 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-04 14:53:30 +0000 |
commit | 5221b9a45673a4860eb3281096c3f306d951a419 (patch) | |
tree | ae0a0d3afc5b5be478eca7e62d86dca86ffca479 /meta-oe/recipes-support/gperftools | |
parent | 8fcd735aac308838ee009ccaf45fbef97dd73739 (diff) | |
download | meta-openembedded-5221b9a45673a4860eb3281096c3f306d951a419.tar.gz |
gperftools: Enable on mips
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gperftools')
-rw-r--r-- | meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb | 4 |
1 files changed, 0 insertions, 4 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 23284670b..8ce376c91 100644 --- a/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb +++ b/meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb | |||
@@ -18,10 +18,6 @@ inherit autotools | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | # On mips, we have the following error. | ||
22 | # do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 | ||
23 | # Segmentation fault (core dumped) | ||
24 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64|arm|aarch64).*-linux*" | ||
25 | # Disable thumb1 | 21 | # Disable thumb1 |
26 | # {standard input}: Assembler messages: | 22 | # {standard input}: Assembler messages: |
27 | # {standard input}:434: Error: lo register required -- `ldr pc,[sp]' | 23 | # {standard input}:434: Error: lo register required -- `ldr pc,[sp]' |