diff options
author | Titus von Boxberg <titus@v9g.de> | 2010-05-22 14:11:27 +0200 |
---|---|---|
committer | Titus von Boxberg <titus@v9g.de> | 2010-05-22 14:11:27 +0200 |
commit | 979c2abb86eb632e57c89a0f7b205b27acd54698 (patch) | |
tree | 252d17c0c024feb93c9091fe1490045cd52fec61 /docs | |
parent | e4f10fbdf40bb4f77d5316152edbd148e6b1a621 (diff) | |
download | crosstool-ng-979c2abb86eb632e57c89a0f7b205b27acd54698.tar.gz crosstool-ng-979c2abb86eb632e57c89a0f7b205b27acd54698.tar.bz2 crosstool-ng-979c2abb86eb632e57c89a0f7b205b27acd54698.zip |
docs/README.freebsd.txt: Short intro for FreeBSD
Provide short README for FreeBSD as a host OS for ct-ng.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.freebsd.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/README.freebsd.txt b/docs/README.freebsd.txt new file mode 100644 index 00000000..69688760 --- /dev/null +++ b/docs/README.freebsd.txt @@ -0,0 +1,26 @@ +22 May 2010 - Titus von Boxberg + +Prerequisites and instructions for using ct-ng for building a cross toolchain on FreeBSD as host. + +0) Tested on FreeBSD 8.0 + +1) Install (at least) the following ports + archivers/lzma + textproc/gsed + devel/gmake + devel/patch + shells/bash + devel/bison + lang/gawk + devel/automake110 + ftp/wget + + Of course, you should have /usr/local/bin in your PATH. + +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 as you like...] + +3) proceed as described in general documentation + but use gmake instead of make |