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" ffee93e4d2 docs: update my e-mail
Since anciens.enib.fr has been dead for two months now, without any
hope of recovery, update my e-mail to point to @free.fr instead.

Reported-by: "Bryan Hundven" <bryanhundven@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
11 years ago
config kernel/linux: update 3.0 and long term 2.6.32 11 years ago
contrib docs: update my e-mail 11 years ago
docs docs: update my e-mail 11 years ago
kconfig kconfig: add missing files 11 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: forward-port patch to new versions 11 years ago
samples samples: update before release 11 years ago
scripts docs: update my e-mail 11 years ago
.hgignore scripts: fix tools override 11 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 configure: also detect plain grep 11 years ago
README configure: use autoconf to generate configure 12 years ago
TODO misc: fix more typos here and there... 12 years ago
bootstrap configure: use autoconf to generate configure 12 years ago
configure.ac configure: do not use '@' in version string 11 years ago
ct-ng.comp samples: add a short list of all samples 13 years ago
ct-ng.in docs: update my e-mail 11 years ago
steps.mk docs: update my e-mail 11 years ago

README

This is the README for crosstool-NG

Crosstool-NG follows the autoconf dance. So, to get you
kick-started, just run:
    ./configure --help

If you are using a development snapshot, you'll have to
create the configure script, first. Just run:
    ./bootstrap

You will find the documentation in the directory 'docs'.
Here is a quick overview of what you'll find there:
  0 - Table of content
  1 - Introduction
  2 - Installing crosstool-NG
  3 - Configuring a toolchain
  4 - Building the toolchain
  5 - Using the toolchain
  6 - Toolchain types
  7 - Contributing
  8 - Internals
  A - Credits
  B - Known issues
  C - Misc. tutorials

You can also point your browser at:
  http://crosstool-ng.org/

Aloha!