From 015179a2c816abe1e6a8ef7e5517362f20dd49da Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Thu, 27 Oct 2011 07:31:06 -0700 Subject: 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 Signed-off-by: Austin Foxley --- libpthread/linuxthreads.old/sysdeps/sparc/tcb-offsets.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 libpthread/linuxthreads.old/sysdeps/sparc/tcb-offsets.h (limited to 'libpthread/linuxthreads.old') diff --git a/libpthread/linuxthreads.old/sysdeps/sparc/tcb-offsets.h b/libpthread/linuxthreads.old/sysdeps/sparc/tcb-offsets.h new file mode 100644 index 000000000..6d6f111f4 --- /dev/null +++ b/libpthread/linuxthreads.old/sysdeps/sparc/tcb-offsets.h @@ -0,0 +1 @@ +#include "../../../linuxthreads/sysdeps/pthread/tcb-offsets.h" -- cgit v1.2.3