From eda3a2282b768ce50fa3c719b4f3b692071a498b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 8 Jun 2015 09:09:35 -0700 Subject: gdb: Disable lttng support for musl lttng-ust is too much dependent on glibc dlfcn code disable it for musl Signed-off-by: Khem Raj --- meta/recipes-devtools/gdb/gdb-common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/gdb/gdb-common.inc') diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 81af42f323..166ba8eeab 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc @@ -14,6 +14,7 @@ LTTNGUST_mips64el = "" LTTNGUST_mips64n32 = "" LTTNGUST_mips64eln32 = "" LTTNGUST_sh4 = "" +LTTNGUST_libc-musl = "" INC_PR = "r0" -- cgit 1.2.3-korg