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
Arnaud Lacombe 7e96dc369e complibs/mpc: fix MPC 0.8.1 build with MPFR 3.0.0
This is the change introduced by revision 734 of MPC repository.

Author: Paul Zimmermann <Paul.Zimmermann@loria.fr>
Revision log: [acos.c] fixed problem with GMP_RNDA (should be MPFR_RNDA, and code was wrong)

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
13 years ago
config libc/uClibc: add uClibc 0.9.30.3 13 years ago
contrib test-suite: apply cleanup pass 14 years ago
docs docs: update known-issues 13 years ago
kconfig kconfig/lxdialog: more portable and use ncurses from macports on MacOS 14 years ago
licenses.d Rename directory "licenses" to "licenses.d" for those filesystems unable to handle lower/upper case. 17 years ago
patches complibs/mpc: fix MPC 0.8.1 build with MPFR 3.0.0 13 years ago
samples samples: update all samples 13 years ago
scripts Fix CT_SanitizePath 13 years ago
.hgignore Add .hgignore file. 15 years ago
.hgtags update tags 15 years ago
.version [configure] Use hg to compute the version string 15 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: fix --mandir 13 years ago
README docs: move the "contributing" section to overview.txt 14 years ago
TODO docs/TODO: remove finished items, update descriptions for remaining items 14 years ago
configure configure: fix --mandir 13 years ago
ct-ng.comp samples: add a short list of all samples 13 years ago
ct-ng.in scripts: misc help and auto-complete fixes 14 years ago
steps.mk test-suite: Added new test suite feature (experimental) 14 years ago

README

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!