You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Yann E. MORIN" dbd5e50583 test-suite: apply cleanup pass
Remove all non-modifiable items (target tuple, gcc version, toolchain path...)
Makefile syntax ( use $(...) instead of ${...} )
Update doc
Space-damage cleanups
13 years ago
config test-suite: Added new test suite feature (experimental) 13 years ago
contrib test-suite: apply cleanup pass 13 years ago
docs docs/overview.txt: Provide short mercurial HOWTO 13 years ago
kconfig kconfig: silence a warning about undefined env variable 13 years ago
licenses.d Rename directory "licenses" to "licenses.d" for those filesystems unable to handle lower/upper case. 16 years ago
patches cc/gcc: add latest version 13 years ago
samples samples: update 13 years ago
scripts test-suite: apply cleanup pass 13 years ago
.hgignore Add .hgignore file. 14 years ago
.hgtags update tags 14 years ago
.version [configure] Use hg to compute the version string 14 years ago
COPYING Update and clarify COPYING (plus a typo). 15 years ago
LICENSES Add the full crosstool-NG sources to the new repository of its own. 16 years ago
Makefile.in ct-ng: Add ability to configure and use some GNU tools 13 years ago
README docs: move the "contributing" section to overview.txt 14 years ago
TODO docs/TODO: remove finished items, update descriptions for remaining items 13 years ago
configure ct-ng: Add ability to configure and use some GNU tools 13 years ago
ct-ng.comp scripts: misc help and auto-complete fixes 13 years ago
ct-ng.in scripts: misc help and auto-complete fixes 13 years ago
steps.mk test-suite: Added new test suite feature (experimental) 13 years ago

README

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!