docs/README.freebsd.txt
changeset 2076 b58109b7b321
parent 2075 edc7c7958e80
child 2077 b11117cdfdf7
     1.1 --- a/docs/README.freebsd.txt	Tue Aug 10 13:25:52 2010 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,26 +0,0 @@
     1.4 -22 May 2010 - Titus von Boxberg
     1.5 -
     1.6 -Prerequisites and instructions for using ct-ng for building a cross toolchain on FreeBSD as host.
     1.7 -
     1.8 -0) Tested on FreeBSD 8.0
     1.9 -
    1.10 -1) Install (at least) the following ports
    1.11 -   archivers/lzma
    1.12 -   textproc/gsed
    1.13 -   devel/gmake
    1.14 -   devel/patch
    1.15 -   shells/bash
    1.16 -   devel/bison
    1.17 -   lang/gawk
    1.18 -   devel/automake110
    1.19 -   ftp/wget
    1.20 -
    1.21 -   Of course, you should have /usr/local/bin in your PATH.
    1.22 -
    1.23 -2) run ct-ng's configure with the following tool configuration:
    1.24 -   ./configure --with-sed=/usr/local/bin/gsed --with-make=/usr/local/bin/gmake \
    1.25 -   --with-patch=/usr/local/bin/gpatch
    1.26 -   [...other configure parameters as you like...]
    1.27 -
    1.28 -3) proceed as described in general documentation
    1.29 -   but use gmake instead of make