%general-entities; ]> Coreutils-&coreutils-version; Coreutils temporary system Installation of Coreutils Coreutils has some issues when cross-compiling. So we define the items cross-compiling doesn't like: echo "ac_cv_func_setvbuf_reversed=yes" >> config.cache Prepare Coreutils for compilation: ./configure --prefix=/tools --cache-file=config.cache \ --build=${CLFS_HOST} --host=${CLFS_TARGET} Compile the package: make Install the package: make install <para>Details on this package are located in <xref linkend="contents-coreutils" role="."/></para> </sect2> </sect1>