diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-06-08 09:09:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-02 23:06:07 +0100 |
commit | eda3a2282b768ce50fa3c719b4f3b692071a498b (patch) | |
tree | a65847900620e74cd0cc7b7dd46bdbe7b79cc935 /meta/recipes-devtools/gdb | |
parent | 951200673af27538beaef647a33308b4f15d1fb0 (diff) | |
download | openembedded-core-contrib-eda3a2282b768ce50fa3c719b4f3b692071a498b.tar.gz |
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 81af42f3232..166ba8eeab9 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" |