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
Bryan Hundven 838bf3a74b libc/musl: Remove 1.0.3 and 1.1.3. Add 1.0.4.
This change removes 1.0.3 and 1.1.3 and linker regession patches for
those versions.

We add 1.0.4, and a patch needed for gcc-4.9.x which defines
`max_align_t'.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
9 years ago
config libc/musl: Remove 1.0.3 and 1.1.3. Add 1.0.4. 9 years ago
contrib docs: update my e-mail 12 years ago
docs Added documentation for --with-grep 9 years ago
kconfig repository: migrate old hg files over to git 9 years ago
licenses.d Rename directory "licenses" to "licenses.d" for those filesystems unable to handle lower/upper case. 17 years ago
patches libc/musl: Remove 1.0.3 and 1.1.3. Add 1.0.4. 9 years ago
samples libc: rename the threads options 9 years ago
scripts cc/gcc: add option to enable/disable libsanitizer 9 years ago
.gitignore repository: migrate old hg files over to git 9 years ago
.version scripts: first batch of hg->git conversion 9 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. 17 years ago
Makefile.in configure: Add --with-gperf option 10 years ago
README configure: use autoconf to generate configure 12 years ago
TODO TODO: remove some items 10 years ago
bootstrap configure: use autoconf to generate configure 12 years ago
configure.ac configure: add option to specify grep 9 years ago
ct-ng.comp kconfig: rename the defconfig and olddefconfig targets 11 years ago
ct-ng.in ct-ng: 'clean' removes the build dir 9 years ago
steps.mk libc: get rid of libc_finish 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!