]> code.ossystems Code Review - openembedded-core.git/commit
gdb: build fix for MIPS + musl libc
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 10 Feb 2016 17:43:34 +0000 (17:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 12:27:24 +0000 (12:27 +0000)
commit0d7df7217e6c227557936414e64178bb135599fc
treeff365166e966c1e88f56f0293113efacd82da351
parent785fb18d328988d607c38e4818ba2f3227a36feb
gdb: build fix for MIPS + musl libc

The MIPS specific header <sgidefs.h> is provided by glibc and uclibc
but not by musl. Regardless of the libc, the kernel headers provide
<asm/sgidefs.h> which provides the same definitions, so use that
instead.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gdb/gdb.inc
meta/recipes-devtools/gdb/gdb/0001-use-asm-sgidefs.h.patch [new file with mode: 0644]