Cross-compilation of coreutils-8.20 has some problems. Most critical, but also easy to fix, is that make-prime-list is built executable in target, while it's needed (only) in build system. Trivial patch attached. - ML