A versatile (cross-)toolchain generator.
Go to file
Yann E. MORIN" daa31a0c34 Building target libraries before the cross-compiler is available is doomed! Move build binutils' target libraries after final gcc.
Have a unique list of steps, it's easier to maintain.

 /trunk/scripts/build/binutils.sh |    8     5     3     0 +++++---
 /trunk/scripts/crosstool.sh      |   16     2    14     0 ++--------------
 /trunk/steps.mk                  |   29    16    13     0 ++++++++++++++++-------------
 3 files changed, 23 insertions(+), 30 deletions(-)
2008-04-28 07:38:36 +00:00
arch Merge the preliminary Super-H support from /branches/Super-H. 2008-01-16 22:06:15 +00:00
config Eye candy in the binutils config menu. 2008-04-27 16:20:57 +00:00
contrib Adds contrib patch to support the OpenRISK or1k. 2008-04-27 15:30:39 +00:00
docs Document the contrib/ sub-directory. 2008-04-27 09:57:50 +00:00
kconfig Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash! 2007-09-12 17:35:07 +00:00
licenses.d Rename directory "licenses" to "licenses.d" for those filesystems unable to handle lower/upper case. 2007-03-11 09:46:22 +00:00
patches Update patch to gdb. Thanks Khem RAJ <kraj@mvista.com> 2008-04-13 18:03:28 +00:00
samples Robet P. J. DAY: typoes. 2008-02-14 22:44:34 +00:00
scripts Building target libraries before the cross-compiler is available is doomed! Move build binutils' target libraries after final gcc. 2008-04-28 07:38:36 +00:00
tools Moving around the files in config/ broke the tools/addToolVersion.sh script. 2008-04-17 21:04:23 +00:00
.version Bump version to 1.0.0+svn. 2008-01-16 22:27:55 +00:00
configure Cleanup building the snapshot version number. 2008-04-17 19:21:32 +00:00
COPYING Robet P. J. DAY: typoes. 2008-02-14 22:44:34 +00:00
ct-ng.in Bail out if /bin/bash does not exist, or if it is not bash>=3.0. 2008-01-16 21:41:53 +00:00
LICENSES Add the full crosstool-NG sources to the new repository of its own. 2007-02-24 11:00:05 +00:00
Makefile.in When installing SVN snapshots, include the branch and revision in the version number. 2008-02-17 22:58:57 +00:00
README Update docs/CREDITS: ARM EABI support. 2007-09-14 21:41:00 +00:00
steps.mk Building target libraries before the cross-compiler is available is doomed! Move build binutils' target libraries after final gcc. 2008-04-28 07:38:36 +00:00

This is the README for crosstool-NG

To get you started, just enter:
  ./configure --help

You can find a (terse and WIP) documentation in docs/overview.txt.

You can also point your browser to
  http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool

If you need to send a bug report or a patch, please send a mail with subject
prefixed with "[CT_NG]" with the following destinations:
    TO: crossgcc (at) sourceware.org
    CC: yann.morin.1998 (at) anciens.enib.fr

The people that helped are listed in docs/CREDITS. Many thanks to them! :-)

Aloha!