mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
@@ -19,6 +19,10 @@ inherit autotools
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
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
|
# Disable thumb1
|
||||||
# {standard input}: Assembler messages:
|
# {standard input}: Assembler messages:
|
||||||
# {standard input}:434: Error: lo register required -- `ldr pc,[sp]'
|
# {standard input}:434: Error: lo register required -- `ldr pc,[sp]'
|
||||||
|
|||||||
Reference in New Issue
Block a user