Bug 3043

Summary: 0.9.32-rc1: fails to build with NPTL support on x86_64
Product: uClibc Reporter: Bernhard Rosenkraenzer <bero>
Component: ThreadsAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: uclibc-cvs
Priority: P5    
Version: 0.9.32   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target:
Build:

Description Bernhard Rosenkraenzer 2011-01-05 16:20:05 UTC
The build process barfs with

make: *** No rule to make target `libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/clone.c', needed by `libc/libc.oS'.  Stop.

clone.c doesn't exist there, but clone.S does...
Comment 1 Carmelo Amoroso 2011-01-05 16:34:18 UTC
Hi,
x86_64 does not yet support NPTL.

Regards !