README
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Aug 07 18:30:45 2009 +0200 (2009-08-07)
changeset 1465 f0d113f0820e
parent 1464 a306f9b4f48b
child 1466 1bacd35b57e6
permissions -rw-r--r--
Add sections to the README
yann@1
     1
This is the README for crosstool-NG
yann@1
     2
yann@1465
     3
TABLE OF CONTENT /
yann@1465
     4
________________/
yann@1465
     5
yann@1465
     6
  - GETTING STARTED
yann@1465
     7
  - PARTICIPATING
yann@1465
     8
    - Sending a bug report
yann@1465
     9
    - Sending patches
yann@1465
    10
  - CREDITS
yann@1465
    11
  - KNOWN ISSUES
yann@1465
    12
yann@1465
    13
yann@1465
    14
GETTING STARTED /
yann@1465
    15
_______________/
yann@1465
    16
yann@88
    17
To get you started, just enter:
yann@185
    18
  ./configure --help
yann@1
    19
yann@185
    20
You can find a (terse and WIP) documentation in docs/overview.txt.
yann@1
    21
yann@1
    22
You can also point your browser to
yann@1463
    23
  http://ymorin.is-a-geek.org/projects/crosstool
yann@96
    24
yann@1465
    25
PARTICIPATING /
yann@1465
    26
_____________/
yann@1465
    27
yann@1465
    28
Sending a bug report
yann@1465
    29
--------------------
yann@1465
    30
yann@1465
    31
If you need to send a bug report, please send a mail with subject
yann@1465
    32
 prefixed with "[CT_NG]" with to following destinations:
yann@1465
    33
     TO: yann.morin.1998 (at) anciens.enib.fr
yann@1465
    34
     CC: crossgcc (at) sourceware.org
yann@1465
    35
yann@1465
    36
Sending patches
yann@1465
    37
---------------
yann@1465
    38
yann@1335
    39
If you want to enhance crosstool-NG, there's a to-do list in the TODO file.
yann@1335
    40
yann@1348
    41
Patches should come with the appropriate SoB line. A SoB line is typically
yann@1465
    42
 something like:
yann@1465
    43
   Signed-off-by: John DOE <john.doe@somewhere.net>
yann@1348
    44
yann@1348
    45
The SoB line is clearly described in Documentation/SubmittingPatches , section
yann@1348
    46
12, of your favourite Linux kernel source tree.
yann@1348
    47
yann@1465
    48
CREDITS /
yann@1465
    49
_______/
yann@1465
    50
yann@386
    51
The people that helped are listed in docs/CREDITS. Many thanks to them! :-)
yann@185
    52
yann@1465
    53
KNOWN ISSUES /
yann@1465
    54
____________/
yann@1465
    55
yann@908
    56
The list of known issues is listed in docs/known-issues.txt.
yann@817
    57
yann@185
    58
Aloha!