OSDN Git Service

nptl: fix buildsys
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 1 Jul 2010 08:28:46 +0000 (10:28 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 6 Jul 2010 16:33:22 +0000 (18:33 +0200)
commit9381d622e2411a35a5fd73a5a573eb269e2dd9c9
tree84b4bcad496368d6ce9875451e5adcc9c6138560
parenteaae6e6776ad091a5b84c3fb09f26ff01bda2f18
nptl: fix buildsys

Now automatically picks the correct (arch and subarch specific) impls in
favour of generic impls.
make O=/tmp/objs PREFIX=/my/sysroot -j
works now as expected (both out-of-tree as well as parallel-safe).

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
32 files changed:
Makefile.in
Makerules
Rules.mak
ldso/ldso/mips/dl-sysdep.h
libc/sysdeps/linux/Makefile.commonarch
libc/sysdeps/linux/arm/Makefile.arch
libc/sysdeps/linux/common/Makefile.in
libpthread/nptl/.gitignore
libpthread/nptl/Makefile.in
libpthread/nptl/sysdeps/Makefile
libpthread/nptl/sysdeps/Makefile.commonarch
libpthread/nptl/sysdeps/Makefile.in [new file with mode: 0644]
libpthread/nptl/sysdeps/arm/Makefile.arch
libpthread/nptl/sysdeps/generic/Makefile.in
libpthread/nptl/sysdeps/generic/dl-tls.c
libpthread/nptl/sysdeps/i386/Makefile.arch
libpthread/nptl/sysdeps/mips/Makefile.arch
libpthread/nptl/sysdeps/powerpc/Makefile.arch
libpthread/nptl/sysdeps/pthread/Makefile.in
libpthread/nptl/sysdeps/sh/Makefile.arch
libpthread/nptl/sysdeps/sparc/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch
libpthread/nptl/sysdeps/unix/sysv/linux/arm/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/arm/libc-lowlevellock.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/i386/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/sh/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/sparc/Makefile.arch
libpthread/nptl/sysdeps/unix/sysv/linux/waitpid.S
libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile.arch
libpthread/nptl/sysdeps/x86_64/Makefile.arch