mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
@@ -44,6 +44,8 @@ PACKAGECONFIG ??= "tcmalloc system-pcre"
|
|||||||
# dmb operation. So we use system-allocator instead of tcmalloc
|
# dmb operation. So we use system-allocator instead of tcmalloc
|
||||||
PACKAGECONFIG_remove_armv6 = "tcmalloc"
|
PACKAGECONFIG_remove_armv6 = "tcmalloc"
|
||||||
PACKAGECONFIG_remove_libc-musl = "tcmalloc"
|
PACKAGECONFIG_remove_libc-musl = "tcmalloc"
|
||||||
|
PACKAGECONFIG_remove_riscv64 = "tcmalloc"
|
||||||
|
PACKAGECONFIG_remove_riscv32 = "tcmalloc"
|
||||||
|
|
||||||
PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
|
PACKAGECONFIG[tcmalloc] = "--use-system-tcmalloc,--allocator=system,gperftools,"
|
||||||
PACKAGECONFIG[shell] = ",--js-engine=none,,"
|
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_arm ="numactl"
|
||||||
RDEPENDS_packagegroup-meta-oe-support_remove_mipsarch = "gperftools"
|
RDEPENDS_packagegroup-meta-oe-support_remove_mipsarch = "gperftools"
|
||||||
RDEPENDS_packagegroup-meta-oe-support_remove_riscv64 = "uim"
|
RDEPENDS_packagegroup-meta-oe-support_remove_riscv64 = "gperftools uim"
|
||||||
RDEPENDS_packagegroup-meta-oe-support_remove_riscv32 = "uim"
|
RDEPENDS_packagegroup-meta-oe-support_remove_riscv32 = "gperftools uim"
|
||||||
RDEPENDS_packagegroup-meta-oe-support_remove_powerpc = "ssiapi"
|
RDEPENDS_packagegroup-meta-oe-support_remove_powerpc = "ssiapi"
|
||||||
|
|
||||||
RDEPENDS_packagegroup-meta-oe-support-egl ="\
|
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
|
# do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008
|
||||||
# Segmentation fault (core dumped)
|
# Segmentation fault (core dumped)
|
||||||
COMPATIBLE_HOST_mipsarch = "null"
|
COMPATIBLE_HOST_mipsarch = "null"
|
||||||
|
COMPATIBLE_HOST_riscv64 = "null"
|
||||||
|
COMPATIBLE_HOST_riscv32 = "null"
|
||||||
|
|
||||||
# Disable thumb1
|
# Disable thumb1
|
||||||
# {standard input}: Assembler messages:
|
# {standard input}: Assembler messages:
|
||||||
|
|||||||
Reference in New Issue
Block a user