docs/README.freebsd.txt
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Oct 08 23:37:12 2010 +0200 (2010-10-08)
branch1.8
changeset 2150 f97a8ad2b172
permissions -rw-r--r--
cc/gcc: fix C++ headers location

In case we build the C++ compiler, we have to tell gcc where to put the C++
headers, or else it will try to # put it in prefix/tuple/include, which we
make a symlink to sysroot/usr/include during the build, and that we delete
(the symlink!) after the build, but gcc will not look in sysroot/usr/inlcude
for C++ headers by default.

Implements a fix suggested by: Bryan Hundven <bryanhundven@gmail.com>

Reported-by: Anthony Foiani <anthony.foiani@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from a0924619112015bdaa81a0a2313d21ef38607bc2)
titus@1988
     1
22 May 2010 - Titus von Boxberg
titus@1988
     2
titus@1988
     3
Prerequisites and instructions for using ct-ng for building a cross toolchain on FreeBSD as host.
titus@1988
     4
titus@1988
     5
0) Tested on FreeBSD 8.0
titus@1988
     6
titus@1988
     7
1) Install (at least) the following ports
titus@1988
     8
   archivers/lzma
titus@1988
     9
   textproc/gsed
titus@1988
    10
   devel/gmake
titus@1988
    11
   devel/patch
titus@1988
    12
   shells/bash
titus@1988
    13
   devel/bison
titus@1988
    14
   lang/gawk
titus@1988
    15
   devel/automake110
titus@1988
    16
   ftp/wget
titus@1988
    17
titus@1988
    18
   Of course, you should have /usr/local/bin in your PATH.
titus@1988
    19
titus@1988
    20
2) run ct-ng's configure with the following tool configuration:
titus@1988
    21
   ./configure --with-sed=/usr/local/bin/gsed --with-make=/usr/local/bin/gmake \
titus@1988
    22
   --with-patch=/usr/local/bin/gpatch
titus@1988
    23
   [...other configure parameters as you like...]
titus@1988
    24
titus@1988
    25
3) proceed as described in general documentation
titus@1988
    26
   but use gmake instead of make