README
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Aug 07 17:25:20 2009 +0200 (2009-08-07)
changeset 1463 de40924df7b4
parent 1348 13de1d816b71
child 1464 a306f9b4f48b
permissions -rw-r--r--
Update the README with the new URL to the project homepage

The URL for the crosstool-NG homepage has changed. Update the
README accordingly. The old URL is still valid, though.
     1 This is the README for crosstool-NG
     2 
     3 To get you started, just enter:
     4   ./configure --help
     5 
     6 You can find a (terse and WIP) documentation in docs/overview.txt.
     7 
     8 You can also point your browser to
     9   http://ymorin.is-a-geek.org/projects/crosstool
    10 
    11 If you want to enhance crosstool-NG, there's a to-do list in the TODO file.
    12 
    13 If you need to send a bug report or a patch, please send a mail with subject
    14 prefixed with "[CT_NG]" with the following destinations:
    15     TO: yann.morin.1998 (at) anciens.enib.fr
    16     CC: crossgcc (at) sourceware.org
    17 
    18 Patches should come with the appropriate SoB line. A SoB line is typically
    19 something like:
    20   Signed-off-by: John DOE <john.doe@somewhere.net>
    21 
    22 The SoB line is clearly described in Documentation/SubmittingPatches , section
    23 12, of your favourite Linux kernel source tree.
    24 
    25 The people that helped are listed in docs/CREDITS. Many thanks to them! :-)
    26 
    27 The list of known issues is listed in docs/known-issues.txt.
    28 
    29 Aloha!