> cd "${uclibc_srcdir}"/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/
> [ -f clone.c ] || mv clone.S clone.c
> [ -f vfork.c ] || mv vfork.S vfork.c

Sorry, but it was a wrong workaround. It still not build after that.

The correct one is to *never* try to use DOMULTI.

The problem ("No rule to make target
‘libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/clone.c’, needed by
‘libc/libc.oS’. Stop.") may rise if so called 'DOMULTI mode' is
enabled. The workaround is to never "do multi":

-DOMULTI=y
+# DOMULTI is not set

(so it's DOMULTI which requires clone.c but not clone.S; with DOMULTI,
Makefiles are broken)
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to