README
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Nov 13 18:22:23 2008 +0000 (2008-11-13)
changeset 1041 2573519c00d6
parent 817 f0b281498a86
child 1335 4a5540d3a301
permissions -rw-r--r--
Merge #1195, #1196 and #1203 from /devel/YEM-build_host_target_cleanup:
- Get rid of CT_CC_NATIVE
- Get rid of CT_CANADIAN_OPT
- Sanitise CT_BUILD vs. CT_HOST

/trunk/scripts/build/tools/200-sstrip.sh | 4 2 2 0
/trunk/scripts/build/binutils.sh | 1 0 1 0 -
/trunk/scripts/build/cc/gcc.sh | 11 6 5 0 +-
/trunk/scripts/build/debug/200-duma.sh | 3 1 2 0 -
/trunk/scripts/build/libc/glibc.sh | 10 5 5 0 +-
/trunk/scripts/build/libc/eglibc.sh | 8 4 4 0 +-
/trunk/scripts/crosstool.sh | 168 113 55 0 ++++++++++++++++++++++++++------------
/trunk/config/toolchain.in | 160 137 23 0 +++++++++++++++++++++++++++++++-----
8 files changed, 268 insertions(+), 97 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@185
    11
If you need to send a bug report or a patch, please send a mail with subject
yann@386
    12
prefixed with "[CT_NG]" with the following destinations:
yann@764
    13
    TO: yann.morin.1998 (at) anciens.enib.fr
yann@764
    14
    CC: crossgcc (at) sourceware.org
yann@386
    15
yann@386
    16
The people that helped are listed in docs/CREDITS. Many thanks to them! :-)
yann@185
    17
yann@908
    18
The list of known issues is listed in docs/known-issues.txt.
yann@817
    19
yann@185
    20
Aloha!