summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb')
-rw-r--r--meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb b/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb
index 9dfb0d974..e15133c1b 100644
--- a/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb
+++ b/meta-oe/recipes-support/gperftools/gperftools_2.7.90.bb
@@ -20,6 +20,7 @@ S = "${WORKDIR}/git"
20# do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008 20# do_page_fault(): sending SIGSEGV to ls for invalid read access from 00000008
21# Segmentation fault (core dumped) 21# Segmentation fault (core dumped)
22COMPATIBLE_HOST_mipsarch = "null" 22COMPATIBLE_HOST_mipsarch = "null"
23
23# Disable thumb1 24# Disable thumb1
24# {standard input}: Assembler messages: 25# {standard input}: Assembler messages:
25# {standard input}:434: Error: lo register required -- `ldr pc,[sp]' 26# {standard input}:434: Error: lo register required -- `ldr pc,[sp]'
@@ -29,6 +30,8 @@ ARM_INSTRUCTION_SET_toolchain-clang_arm = "arm"
29 30
30PACKAGECONFIG ?= "libunwind static" 31PACKAGECONFIG ?= "libunwind static"
31PACKAGECONFIG_remove_arm_libc-musl = "libunwind" 32PACKAGECONFIG_remove_arm_libc-musl = "libunwind"
33PACKAGECONFIG_remove_riscv64 = "libunwind"
34PACKAGECONFIG_remove_riscv32 = "libunwind"
32 35
33PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind" 36PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind"
34PACKAGECONFIG[static] = "--enable-static,--disable-static," 37PACKAGECONFIG[static] = "--enable-static,--disable-static,"