A versatile (cross-)toolchain generator.
Go to file
Yann E. MORIN" ca9b06fbe6 libc/uClibc: vampirise patches for 0.9.30.2 from builroot
Commit in upstream buildroot:
http://git.buildroot.org/buildroot/commit/?id=43ffd946ad569f3a1d0662de221cd4cb65bdc8e6
Everything on the 0_9_30 branch since the release (0.9.30.3 to be)
2010-02-28 11:50:15 +01:00
config kernel/linux: add latest 2.6.32.9 and 2.6.33, remove old 2.6.32.x 2010-02-28 11:34:54 +01:00
contrib Update the OpenRISC or32 contrib to correctly set EXPERIMENTAL. 2008-10-15 08:15:28 +00:00
docs scripts: add action to extract config from a build.log file 2010-02-11 21:28:10 +01:00
kconfig scripts: add action to extract config from a build.log file 2010-02-11 21:28:10 +01: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 libc/uClibc: vampirise patches for 0.9.30.2 from builroot 2010-02-28 11:50:15 +01:00
samples samples: fix this MIPS eglibc-based sample 2010-02-18 19:29:06 +01:00
scripts complibs: remove headers after build 2010-02-28 10:19:13 +01:00
.hgignore Add .hgignore file. 2009-06-17 15:27:55 +02:00
.hgtags update tags 2009-06-14 18:19:22 +00:00
.version [configure] Use hg to compute the version string 2009-06-17 10:46:28 +02: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: add action to extract config from a build.log file 2010-02-11 21:28:10 +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 comp-libs: make libelf a companion library 2010-02-17 23:41:17 +01: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!