A versatile (cross-)toolchain generator.
Go to file
Martin Lund 77074691fd patches/gdb: Fix canadian building of GDB for powerpc
Adds patch for GDB v6.8, v7.0, v7.0.1 to fix canadian
cross building of GDB for powerpc.

See original patch information here:
http://sources.redhat.com/bugzilla/show_bug.cgi?id=9638

The patch is not required for GDB v7.1 (fixed).

Tested in canadian combination using mingw32 and powerpc toolchains.
Tested to not affect normal cross building of GDB for powerpc target.

Signed-off-by: Martin Lund <mgl@doredevelopment.dk>
2010-05-29 15:08:11 +02:00
config complibs/gmp: 5.0.0 misses 'EXPERIMENTAL' in the prompt 2010-06-16 18:57:10 +02:00
contrib test-suite: apply cleanup pass 2010-05-22 22:04:31 +02:00
docs docs: update credtis, point to the repository log 2010-05-30 18:19:05 +02:00
kconfig kconfig/lxdialog: more portable and use ncurses from macports on MacOS 2010-05-24 16:33:45 +02: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 patches/gdb: Fix canadian building of GDB for powerpc 2010-05-29 15:08:11 +02:00
samples samples: update 2010-04-30 14:28:14 +02:00
scripts libc/newlib: build in the 'start files' pass 2010-06-13 23:45:29 +02:00
.hgignore Add .hgignore file. 2009-06-17 15:27:55 +02:00
.hgtags update tags 2009-06-14 18:19:22 +00:00
.version [configure] Use hg to compute the version string 2009-06-17 10:46:28 +02:00
configure configure: add path to libtool to pathlist 2010-05-23 16:34:15 +02:00
COPYING Update and clarify COPYING (plus a typo). 2008-09-14 18:20:03 +00:00
ct-ng.comp scripts: misc help and auto-complete fixes 2010-04-02 00:18:26 +02:00
ct-ng.in scripts: misc help and auto-complete fixes 2010-04-02 00:18:26 +02: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 ct-ng: Add ability to configure and use some GNU tools 2010-05-17 14:11:08 +02:00
README docs: move the "contributing" section to overview.txt 2009-10-10 12:55:17 +02:00
steps.mk test-suite: Added new test suite feature (experimental) 2010-05-19 17:53:04 +02:00
TODO docs/TODO: remove finished items, update descriptions for remaining items 2010-01-13 19:27:12 +01:00

This is the README for crosstool-NG

TABLE OF CONTENT /
________________/

  - GETTING STARTED
  - CREDITS
  - KNOWN ISSUES


GETTING STARTED /
_______________/

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

You can find a (terse and WIP) documentation in docs/overview.txt.
Here's a summary of what you'll find in there:
  Introduction
  History
  Installing crosstool-NG
  Configuring crosstool-NG
  Running crosstool-NG
  Using the toolchain
  Toolchain types
  Contributing
  Internals

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


CREDITS /
_______/

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


KNOWN ISSUES /
____________/

The list of known issues is listed in docs/known-issues.txt.

Aloha!