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
Ray Donnelly 9e81836b81 Add gettext and libiconv as companion libs
.. they're needed for the RPC generation in glibc
on both Cygwin and MinGW-w64.

Neither are built on GNU/Linux and iconv is not
built on Darwin.

Two patches for gettext are needed, one so that
-O0 works and one so that static builds can be
made.

They can take a good while to build, so if not
needed for_host or for_build then they are not
built.

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
8 years ago
config Add gettext and libiconv as companion libs 8 years ago
contrib test-suite: define $tmpdir to $TOPDIR 8 years ago
docs Fix a typo in the documentation 8 years ago
kconfig Cygwin: Link to libintl for gettext 8 years ago
licenses.d Rename directory "licenses" to "licenses.d" for those filesystems unable to handle lower/upper case. 17 years ago
patches Add gettext and libiconv as companion libs 8 years ago
samples blackfin: Remove blackfin support 8 years ago
scripts Add gettext and libiconv as companion libs 8 years ago
.gitignore Add new temp directory to .gitignore. 8 years ago
.travis.sh Manage travis-ci build in an external script 8 years ago
.travis.yml Add help2man as PROGS_REQ and to travis 8 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 Cygwin: Link to libintl for gettext 8 years ago
README.md Replace README to README.md and add travis-ci status 8 years ago
TODO gcc: Support only the latest branch releases of gcc 8 years ago
bootstrap configure: use autoconf to generate configure 12 years ago
configure.ac Cygwin: Link to libintl for gettext 8 years ago
ct-ng.comp kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
ct-ng.in Merge pull request #233 from stilor/fix-build-all 8 years ago
steps.mk avr-libc: add support for avr-libc C library 8 years ago

README.md

Crosstool-NG Build Status

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:

  1. Table of content
  2. Introduction
  3. Installing crosstool-NG
  4. Configuring a toolchain
  5. Building the toolchain
  6. Using the toolchain
  7. Toolchain types
  8. Contributing
  9. Internals
  1. Credits
  2. Known issues
  3. Misc. tutorials

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

Aloha!