README
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed May 13 20:55:15 2009 +0000 (2009-05-13)
changeset 1337 7f742f73c2d1
parent 908 6db1117b2893
child 1348 13de1d816b71
permissions -rw-r--r--
Merge the /deve/uclinux branch back to /trunk:
- add support for uClinux, the MMU-less ports of Linux.

-------- diffstat follows --------
/trunk/scripts/build/kernel/linux.sh | 100 1 99 0 ---------------
/trunk/steps.mk | 1 1 0 0 +
/trunk/config/kernel/linux.in | 247 0 247 0 -------------------------------------
/trunk/config/kernel.in | 2 1 1 0
/trunk/config/libc/glibc.in | 2 1 1 0
/trunk/config/libc/eglibc.in | 2 1 1 0
/trunk/config/libc/glibc-eglibc.in-common | 5 5 0 0 +
/trunk/config/config.in | 1 1 0 0 +
8 files changed, 11 insertions(+), 349 deletions(-)
yann@1
     1
This is the README for crosstool-NG
yann@1
     2
yann@88
     3
To get you started, just enter:
yann@185
     4
  ./configure --help
yann@1
     5
yann@185
     6
You can find a (terse and WIP) documentation in docs/overview.txt.
yann@1
     7
yann@1
     8
You can also point your browser to
yann@88
     9
  http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool
yann@96
    10
yann@1335
    11
If you want to enhance crosstool-NG, there's a to-do list in the TODO file.
yann@1335
    12
yann@185
    13
If you need to send a bug report or a patch, please send a mail with subject
yann@386
    14
prefixed with "[CT_NG]" with the following destinations:
yann@764
    15
    TO: yann.morin.1998 (at) anciens.enib.fr
yann@764
    16
    CC: crossgcc (at) sourceware.org
yann@386
    17
yann@386
    18
The people that helped are listed in docs/CREDITS. Many thanks to them! :-)
yann@185
    19
yann@908
    20
The list of known issues is listed in docs/known-issues.txt.
yann@817
    21
yann@185
    22
Aloha!