20 January 2010 - Titus von Boxberg General instructions for using ct-ng for building a cross toolchain on FreeBSD as host. 1) Install (at least) the following ports archivers/lzma textproc/gsed devel/gmake devel/patch shells/bash devel/bison 2) run ct-ng's configure with the following tool configuration: ./configure --with-sed=/usr/local/bin/gsed --with-make=/usr/local/bin/gmake \ --with-patch=/usr/local/bin/gpatch [...other configure parameters...] 3) proceed as described in general documentation