summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb/0001-use-asm-sgidefs.h.patch
Commit message (Collapse)AuthorAgeFilesLines
* gdb: build fix for MIPS + musl libcAndre McCurdy2016-02-111-0/+35
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. (From OE-Core rev: 0d7df7217e6c227557936414e64178bb135599fc) 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>