Looks fine.
On 11/16/2012 06:36 PM, Pino Toscano wrote:
Hi,
the attached patch makes check-local-headers.sh ignore headers from the
"mach" subdirectory, since they the Mach kernel headers used to build
glibc on Hurd.
Thanks,
Looks fine to me, thanks,
Andreas
--
Andreas Jaeger aj@{suse.com,opensuse.org}
Hi,
the attached patch makes check-local-headers.sh ignore headers from the
"mach" subdirectory, since they the Mach kernel headers used to build
glibc on Hurd.
Thanks,
--
Pino Toscano
check-local-headers: ignore Mach kernel headers
2012-11-16 Pino Toscano
* scripts/check-local-headers.s
Hi,
since 2.16, glibc dropped support for any binary format other than ELF;
the removal of the 'elf' variable causes libpthread.so to not link,
since ld.so is not passed to the linking line. The attached patch
defines elf to yes if not defined, allowing to keep compatibility also
with glibc <