mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gperftools: Do not build on riscv
Its not yet ported to work on RISCV Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
667a22f84a
commit
712df4714e
|
|
@ -44,6 +44,8 @@ PACKAGECONFIG ??= "tcmalloc system-pcre"
|
|||
# dmb operation. So we use system-allocator instead of tcmalloc
|
||||
PACKAGECONFIG_remove_armv6 = "tcmalloc"
|
||||
PACKAGECONFIG_remove_libc-musl = "tcmalloc"
|
||||
PACKAGECONFIG_remove_riscv64 = "tcmalloc"
|
||||
PACKAGECONFIG_remove_riscv32 = "tcmalloc"
|
||||
|
||||
PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
|
||||
PACKAGECONFIG[shell] = ",--js-engine=none,,"
|
||||
|
|
|
|||
|
|
@ -275,8 +275,8 @@ RDEPENDS_packagegroup-meta-oe-support ="\
|
|||
|
||||
RDEPENDS_packagegroup-meta-oe-support_remove_arm ="numactl"
|
||||
RDEPENDS_packagegroup-meta-oe-support_remove_mipsarch = "gperftools"
|
||||
RDEPENDS_packagegroup-meta-oe-support_remove_riscv64 = "uim"
|
||||
RDEPENDS_packagegroup-meta-oe-support_remove_riscv32 = "uim"
|
||||
RDEPENDS_packagegroup-meta-oe-support_remove_riscv64 = "gperftools uim"
|
||||
RDEPENDS_packagegroup-meta-oe-support_remove_riscv32 = "gperftools uim"
|
||||
RDEPENDS_packagegroup-meta-oe-support_remove_powerpc = "ssiapi"
|
||||
|
||||
RDEPENDS_packagegroup-meta-oe-support-egl ="\
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ S = "${WORKDIR}/git"
|
|||
# do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008
|
||||
# Segmentation fault (core dumped)
|
||||
COMPATIBLE_HOST_mipsarch = "null"
|
||||
COMPATIBLE_HOST_riscv64 = "null"
|
||||
COMPATIBLE_HOST_riscv32 = "null"
|
||||
|
||||
# Disable thumb1
|
||||
# {standard input}: Assembler messages:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user