Can someone fix uclibc?

It has been causing other autobuilds to fail many times as it will fork
until the system is out of resources

make CROSS="" CC="gcc" -C utils utils is requesting ../lib/libc.so.0.9.30.3
(before the lib exists) and it will try recursively to
build lib/libc.so.0.9.30.3 until it fails to fork

Reply via email to