OSDN Git Service

sparc: fix build for linuxthreads.old
authorRob Landley <rob@landley.net>
Thu, 27 Oct 2011 14:31:06 +0000 (07:31 -0700)
committerAustin Foxley <austinf@cetoncorp.com>
Thu, 27 Oct 2011 14:32:55 +0000 (07:32 -0700)
commit015179a2c816abe1e6a8ef7e5517362f20dd49da
tree589359907fb5a1a15f3337c5f6f1bc665e91850c
parente0b741c2cb0ec3278d699818556ebcf003590818
sparc: fix build for linuxthreads.old

sparc target has assembly implementations of clone.S that doesn't
get used, and thus the build breaks.  Also, sparc is missing a header file in
pthreads.old that exists in pthreads.new.

Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
libc/sysdeps/linux/sparc/Makefile.arch
libpthread/linuxthreads.old/sysdeps/sparc/tcb-offsets.h [new file with mode: 0644]