A versatile (cross-)toolchain generator.
Go to file
Yann E. MORIN" 1b00a301bd GMP and MPFR are no longer a sub-component of gcc (config-wise).
Build and install GMP and MPFR for the target.
Use the target GMP and MPFR to build the native gdb.
Have separate extra_config for cross gdb, native gdb and gdbserver.
Check native GMP and MPFR in //.

 /trunk/scripts/build/debug/300-gdb.sh |   27    19     8     0 ++++++++++++++++-------
 /trunk/scripts/build/gmp.sh           |   47    39     8     0 ++++++++++++++++++++++++++++++++-------
 /trunk/scripts/build/mpfr.sh          |   49    40     9     0 +++++++++++++++++++++++++++++++++--------
 /trunk/steps.mk                       |    2     2     0     0 ++
 /trunk/config/cc/gcc.in               |   18     1    17     0 +--------------
 /trunk/config/debug/gdb.in            |    6     1     5     0 +----
 /trunk/config/config.in               |    1     1     0     0 +
 /trunk/config/gmp_mpfr.in             |   34    34     0     0 ++++++++++++++++++++++++++++
 8 files changed, 137 insertions(+), 47 deletions(-)
2008-06-20 15:16:43 +00:00
arch Preliminary Alpha support, courtesy Ioannis E. Venetis <venetis@capsl.udel.edu>. 2008-06-14 20:57:57 +00:00
config GMP and MPFR are no longer a sub-component of gcc (config-wise). 2008-06-20 15:16:43 +00:00
contrib Adds contrib patch to support the OpenRISK or1k. 2008-04-27 15:30:39 +00:00
docs Preliminary Alpha support, courtesy Ioannis E. Venetis <venetis@capsl.udel.edu>. 2008-06-14 20:57:57 +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 Introduce latest D.U.M.A. version and associated patches rediffed. 2008-06-17 22:28:17 +00:00
samples Update the alpha sample. 2008-06-20 09:57:04 +00:00
scripts GMP and MPFR are no longer a sub-component of gcc (config-wise). 2008-06-20 15:16:43 +00:00
tools Update config.sub. 2008-06-20 12:02:25 +00:00
.version Bump up version to 1.1.0+svn. 2008-05-04 10:46:32 +00:00
configure Include the full version number in the directory paths installed. 2008-06-11 21:45:57 +00:00
COPYING Robet P. J. DAY: typoes. 2008-02-14 22:44:34 +00:00
ct-ng.in Rework a little bit the steps and samples help entries. 2008-06-01 21:12:00 +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 Remove 'make' warning whith ./configure --local. 2008-06-14 14:04:54 +00:00
README Update docs/CREDITS: ARM EABI support. 2007-09-14 21:41:00 +00:00
steps.mk GMP and MPFR are no longer a sub-component of gcc (config-wise). 2008-06-20 15:16:43 +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!