A versatile (cross-)toolchain generator.
Go to file
Yann E. MORIN" 380ac20c2d On 20090131.1659+0100, Vincent Sanders <vince@kyllikki.org> wrote:
[This]patch is a bit more involved. The patch addresses a gcc
  regression in the 4.3 series (specifically this patch is against 4.3.2
  which does *not* have a lot of other issues which affect kernel building)

  GCC bug tracker has this issue as
  #38453 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38453
  #32044 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32044

  comment 65 of #32044 has the fix being applied to gcc trunk as revision #142719

  The attached patch is a backport to gcc 4.3.2 which allows this
  version to be used to generate correct output for various ARM kernel
  build (and indeed is teh correct answer in general).

 /trunk/patches/gcc/4.3.2/360-fix-expensive-optimize.patch |  207   207     0     0 +++++++++++++++++++++
 1 file changed, 207 insertions(+)
2009-01-31 17:49:27 +00:00
config Add support for powerpc64, along with an EXPERIMENTAL sample. 2009-01-31 17:39:35 +00:00
contrib Update the OpenRISC or32 contrib to correctly set EXPERIMENTAL. 2008-10-15 08:15:28 +00:00
docs Get rid of all stuff related to building a /delivery' traball: 2009-01-03 21:11:41 +00:00
kconfig Use the paths found by ./configure in the ct-ng.in makefile script and its fragments. 2009-01-26 18:36:02 +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 On 20090131.1659+0100, Vincent Sanders <vince@kyllikki.org> wrote: 2009-01-31 17:49:27 +00:00
samples Add support for powerpc64, along with an EXPERIMENTAL sample. 2009-01-31 17:39:35 +00:00
scripts Add support for powerpc64, along with an EXPERIMENTAL sample. 2009-01-31 17:39:35 +00:00
.version Remove the version number from .version in /trunk. 2008-11-25 18:37:02 +00:00
configure ./configure: fix the tools pattern recognition 2009-01-25 19:26:40 +00:00
COPYING Update and clarify COPYING (plus a typo). 2008-09-14 18:20:03 +00:00
ct-ng.comp Remove regtest actions, introduce build-all actions: 2008-10-31 18:31:01 +00:00
ct-ng.in Use the paths found by ./configure in the ct-ng.in makefile script and its fragments. 2009-01-26 18:36:02 +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 Ignore generated file, remove generated file on clean. 2009-01-27 19:53:44 +00:00
README Typoes. 2008-10-06 20:13:05 +00:00
steps.mk On 20090115.0012+0100, "Andy Johnson" <ajohnson@aecno.com> wrote: 2009-01-20 20:37:43 +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: yann.morin.1998 (at) anciens.enib.fr
    CC: crossgcc (at) sourceware.org

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

The list of known issues is listed in docs/known-issues.txt.

Aloha!