A versatile (cross-)toolchain generator.
Go to file
Yann E. MORIN" 94f01075a3 scripts/populate: fix handling the forced libraries list-file
If a list-file is used, then each library in the file will be handled
twice (not a real issue, as the second iteration will find the library
already present, just avoid doing the job twice).
(transplanted from 7fec5db8933cb296c665b8526f27a779aa0c0c7a)
2010-03-26 23:17:23 +01:00
config kernel/linux: add latest versions, remove old dot-releases 2010-01-31 17:07:02 +01:00
contrib Update the OpenRISC or32 contrib to correctly set EXPERIMENTAL. 2008-10-15 08:15:28 +00:00
docs docs: do not document CT_KERNEL_ARCH, it's going away... 2010-01-23 16:49:56 +01:00
kconfig kconfig: allow stdin/stdout redirection 2009-09-08 22:42:48 +02: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 cc/gcc: fix building for powerpc for the 4.4.x series 2010-03-20 18:42:34 +01:00
samples samples: update and fix 2010-03-11 18:22:28 +01:00
scripts scripts/populate: fix handling the forced libraries list-file 2010-03-26 23:17:23 +01:00
.hgignore Add .hgignore file. 2009-06-17 15:27:55 +02:00
.hgtags Tagging release 1.6.1 2010-03-14 15:42:25 +01:00
.version 1.6: update version to 1.6.1+hg 2010-03-14 15:42:25 +01:00
configure configure: do not require hg when configuring in an hg clone 2010-01-17 23:06:02 +01:00
COPYING Update and clarify COPYING (plus a typo). 2008-09-14 18:20:03 +00:00
ct-ng.comp scripts: fix completion to show samples 2010-03-05 09:00:07 +01:00
ct-ng.in config: fix generated config files when GREP_OPTIONS set --color=always 2009-12-29 21:16:51 +01: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 Fix typos and adjust some documentation. 2009-11-17 10:01:22 -08:00
README docs: move the "contributing" section to overview.txt 2009-10-10 12:55:17 +02:00
steps.mk /devel/gcc-4.4: 2009-05-25 18:22:26 +00:00
TODO docs/TODO: remove finished items, update descriptions for remaining items 2010-01-13 19:27:12 +01:00

This is the README for crosstool-NG

TABLE OF CONTENT /
________________/

  - GETTING STARTED
  - CREDITS
  - KNOWN ISSUES


GETTING STARTED /
_______________/

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

You can find a (terse and WIP) documentation in docs/overview.txt.
Here's a summary of what you'll find in there:
  Introduction
  History
  Installing crosstool-NG
  Configuring crosstool-NG
  Running crosstool-NG
  Using the toolchain
  Toolchain types
  Contributing
  Internals

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


CREDITS /
_______/

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


KNOWN ISSUES /
____________/

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

Aloha!