diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-06-22 15:52:18 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-22 10:52:33 -0700 |
commit | 01b0afc65d31d563dd0bf7b767f8c0714bc11905 (patch) | |
tree | e61ffa63a2c2b838eb5a5bfc181d8409ac55bcc6 | |
parent | 38d1327debd2bb4a0affe1492e5a885eda7583ad (diff) | |
download | meta-openembedded-01b0afc65d31d563dd0bf7b767f8c0714bc11905.tar.gz |
gperftools: add the setting of COMPATIBLE_HOST back
This setting was deleted, but on mips and glibc, we still have this
problem. So add this setting back, but limit it to glibc.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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]' |