This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix nptl Makefile


Hi

I first sent this to the nptl list a while ago but got no response.

This patch is needed to make the NPTL test suite pass when. for example,
building inside a chroot with no current libc in /lib. That's why nobody
else sees the failure:

sh: line 1: /mnt/hdb6/scratch/glibc-build/nptl/tst-cancelx7: No such file or directory
make[2]: *** [/mnt/hdb6/scratch/glibc-build/nptl/tst-cancelx7.out] Error 1

Without this patch, tst-cancelx7 will use the ld-linux.so.2 from the host
(in /lib) when in fact it should be using the one inside the build tree.

Thanks

Attachment: nptl.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]