titus@1988: 22 May 2010 - Titus von Boxberg titus@1988: titus@1988: Prerequisites and instructions for using ct-ng for building a cross toolchain on FreeBSD as host. titus@1988: titus@1988: 0) Tested on FreeBSD 8.0 titus@1988: titus@1988: 1) Install (at least) the following ports titus@1988: archivers/lzma titus@1988: textproc/gsed titus@1988: devel/gmake titus@1988: devel/patch titus@1988: shells/bash titus@1988: devel/bison titus@1988: lang/gawk titus@1988: devel/automake110 titus@1988: ftp/wget titus@1988: titus@1988: Of course, you should have /usr/local/bin in your PATH. titus@1988: titus@1988: 2) run ct-ng's configure with the following tool configuration: titus@1988: ./configure --with-sed=/usr/local/bin/gsed --with-make=/usr/local/bin/gmake \ titus@1988: --with-patch=/usr/local/bin/gpatch titus@1988: [...other configure parameters as you like...] titus@1988: titus@1988: 3) proceed as described in general documentation titus@1988: but use gmake instead of make