A versatile (cross-)toolchain generator.
Go to file
Yann E. MORIN" 0b39dc5751 Revert multilib handling. Even if we don't do multilib, we need to at least
say we don't, and not let gcc choose on its own (which it does wrong).
2007-09-16 08:24:55 +00:00
arch Further expand the architecture-specific function: add CT_KERNEL_ARCH building. 2007-09-14 21:50:30 +00:00
config Small eye-candy fix. 2007-09-14 21:30:22 +00:00
docs Further improve the architecture-specific framework. 2007-09-15 21:44:18 +00:00
kconfig Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash! 2007-09-12 17:35:07 +00: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 Add D.U.M.A. 2_5_8 and associated patches. 2007-09-07 21:31:01 +00:00
samples Merge from branches/ia64@476 : add ia64 preliminary support. 2007-09-11 17:24:09 +00:00
scripts Revert multilib handling. Even if we don't do multilib, we need to at least 2007-09-16 08:24:55 +00:00
tools Don't use /bin/sh for crosstool-NG build scripts, we want /bin/bash! 2007-09-12 17:35:07 +00:00
.version Bump version to .svn. 2007-09-01 16:41:07 +00:00
configure Improve (POSIX-wise) determination of bashh version. 2007-09-14 19:30:56 +00:00
COPYING Clarify licensing issues. 2007-08-15 21:22:28 +00:00
ct-ng.in make-3.80 does not have $(lastword ...). Fix this when ct-ng calls itself: don't try to be smart, we just _know_ where ct-ng is at configure time! 2007-09-11 17:14:28 +00: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 Stop build if Makefile.in was changed. 2007-09-14 21:13:04 +00:00
README Update docs/CREDITS: ARM EABI support. 2007-09-14 21:41:00 +00:00
steps.mk Add the possibility to force the number of // jobs without reconfiguring. 2007-08-15 14:59:37 +00:00

This is the README for crosstool-NG

To get you started, just enter:
  ./configure --help

You can find a (terse and WIP) documentation in docs/overview.txt.

You can also point your browser to
  http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool

If you need to send a bug report or a patch, please send a mail with subject
prefixed with "[CT_NG]" with the following destinations:
    TO: crossgcc (at) sourceware.org
    CC: yann.morin.1998 (at) anciens.enib.fr

The people that helped are listed in docs/CREDITS. Many thanks to them! :-)

Aloha!