Re: [PATCH, HURD] ignore Mach kernel headers in check-local-headers.sh

2012-11-16 Thread Roland McGrath
Looks fine.

Re: [PATCH, HURD] ignore Mach kernel headers in check-local-headers.sh

2012-11-16 Thread Andreas Jaeger
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}

[PATCH,HURD] ignore Mach kernel headers in check-local-headers.sh

2012-11-16 Thread Pino Toscano
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

[PATCH] libpthread: fix compatibility as addon with glibc 2.16

2012-11-16 Thread Pino Toscano
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 <