README
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
parent 1554 3b8df55987ae
child 2091 7975604aacbd
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)
     1 This is the README for crosstool-NG
     2 
     3 TABLE OF CONTENT /
     4 ________________/
     5 
     6   - GETTING STARTED
     7   - CREDITS
     8   - KNOWN ISSUES
     9 
    10 
    11 GETTING STARTED /
    12 _______________/
    13 
    14 To get you started, just enter:
    15   ./configure --help
    16 
    17 You can find a (terse and WIP) documentation in docs/overview.txt.
    18 Here's a summary of what you'll find in there:
    19   Introduction
    20   History
    21   Installing crosstool-NG
    22   Configuring crosstool-NG
    23   Running crosstool-NG
    24   Using the toolchain
    25   Toolchain types
    26   Contributing
    27   Internals
    28 
    29 You can also point your browser at:
    30   http://ymorin.is-a-geek.org/projects/crosstool
    31 
    32 
    33 CREDITS /
    34 _______/
    35 
    36 The people that helped are listed in docs/CREDITS. Many thanks to them! :-)
    37 
    38 
    39 KNOWN ISSUES /
    40 ____________/
    41 
    42 The list of known issues is listed in docs/known-issues.txt.
    43 
    44 Aloha!