|
Message-ID: <52a24746-2e25-9e4d-0b52-9ba026417ef4@att.net> Date: Wed, 25 Jan 2017 23:31:27 -0800 From: Alexey Neyman <stilor@....net> To: musl@...ts.openwall.com Subject: Providing <sgidefs.h> for MIPS? Hi, In crosstool-ng, a failure to build native GDB for mips-*-mips has been reported: https://github.com/crosstool-ng/crosstool-ng/pull/517 The reason is a missing <sgidefs.h> header (which is provided by glibc/uClibc, but not by musl). The reporter suggested to use <asm/sgidefs.h> from the Linux kernel instead. However, GDB developers seem to disagree: https://sourceware.org/ml/gdb-patches/2017-01/msg00446.html; their view is that the <sgidefs.h> header is to be provided as a part of the user-space headers. Should musl provide one? Regards, Alexey.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.