diff mbox series

[oe,meta-oe,02/20] gperftools: add the setting of COMPATIBLE_HOST back

Message ID 20180624191845.31082-2-raj.khem@gmail.com
State Accepted
Commit 01b0afc65d31d563dd0bf7b767f8c0714bc11905
Headers show
Series [oe,meta-oe,01/20] pcmciautils: add (from oe-core) | expand

Commit Message

Khem Raj June 24, 2018, 7:18 p.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>


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>

---
 meta-oe/recipes-support/gperftools/gperftools_2.6.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.18.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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
 
 S = "${WORKDIR}/git"
 
+# On mips, we have the following error.
+#   do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008
+#   Segmentation fault (core dumped)
+COMPATIBLE_HOST_mipsarch_libc-glibc = "null"
 # Disable thumb1
 # {standard input}: Assembler messages:
 # {standard input}:434: Error: lo register required -- `ldr pc,[sp]'