%general-entities; ]> Silo-&silo-version; Silo boot Installation of Silo This sed allows us to compile the bin2h binary separately. sed -i -e 's@\$(PROGRAMS)$@programs\n\nprograms: &@' common/Makefile Compile the bin2h and util binaries for the host. make -C common programs CC=cc make -C second util CC=cc CC=cc Overwrites the default value of gcc -m32 which will fail to compile on 64 bit targets. This is not to be confused with CC=${CC} below. make CC=${CC} AS=${AS} LD=${LD} STRIP=${STRIP} make DESTDIR=${CLFS} install <para>Details on this package are located in <xref linkend="contents-silo" role="."/></para> </sect2> </sect1>