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:
Khem Raj
2020-04-23 11:49:17 -07:00
parent 667a22f84a
commit 712df4714e
3 changed files with 6 additions and 2 deletions
@@ -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,,"