This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 5 of 8] docs/README.freebsd.txt: Short intro for FreeBSD


# HG changeset patch
# User Titus von Boxberg <titus@v9g.de>
# Date 1274530287 -7200
# Node ID 1c40d5f6ccd2dfcc08aa83b45b566385a7271788
# Parent  381accc52262629eefd7fad9e9089a1b892f3153
docs/README.freebsd.txt: Short intro for FreeBSD

Provide short README for FreeBSD as a host OS for ct-ng.

diff -r 381accc52262 -r 1c40d5f6ccd2 docs/README.freebsd.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/README.freebsd.txt	Sat May 22 14:11:27 2010 +0200
@@ -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

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]