aboutsummaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* configure: use autoconf to generate configureYann E. MORIN"2011-11-071-1/+5
| | | | | | | | | Create configure.ac, an autoconf script to generate ./configure This will be needed by a subsequent patch to properly handle --build and --host, and more tests, when the kconfig stuff will be installed pre-built. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* misc: change references to point to the new websiteYann E. MORIN"2011-10-181-1/+1
| | | | | | | | It's been a while now that crosstool-NG has been hosted on it's own website, and not at my home. Change every reference to the old site to the new one, everywhere is makes sense to. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: review REaDMEYann E. MORIN"2010-08-231-35/+16
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: move the "contributing" section to overview.txtYann E. MORIN"2009-10-101-71/+12
|
* doc: update documentation, mostly eye-candyYann E. MORIN"2009-10-031-1/+4
|
* readme: document patch descriptionYann E. MORIN"2009-09-271-2/+15
|
* README: fix some space alignmentYann E. MORIN"2009-08-281-4/+4
|
* Update README on how to send proper patchesYann E. MORIN"2009-08-071-0/+29
| | | | | Add a few lines of explanations on how to correctly setup and use Mercurial to send proper patches.
* Add sections to the READMEYann E. MORIN"2009-08-071-7/+36
|
* Fix typo in READMEYann E. MORIN"2009-08-071-1/+1
|
* Update the README with the new URL to the project homepageYann E. MORIN"2009-08-071-1/+1
| | | | | The URL for the crosstool-NG homepage has changed. Update the README accordingly. The old URL is still valid, though.
* /trunk:Yann E. MORIN"2009-05-211-0/+7
| | | | | | | | - README: add SoB line requirements for patches. -------- diffstat follows -------- /trunk/README | 7 7 0 0 +++++++ 1 file changed, 7 insertions(+)
* Add a TODO file.Yann E. MORIN"2009-05-121-0/+2
| | | | | | | -------- diffstat follows -------- /trunk/README | 2 2 0 0 ++ /trunk/TODO | 37 37 0 0 +++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+)
* Typoes.Yann E. MORIN"2008-10-061-1/+1
| | | | | | /trunk/README | 2 1 1 0 +- /trunk/config/kernel.in | 2 1 1 0 +- 2 files changed, 2 insertions(+), 2 deletions(-)
* Update README to point to docs/known-issues.txt.Yann E. MORIN"2008-08-301-0/+2
| | | | | /trunk/README | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
* When reporting bugs, TO is ymorin, CC is crossgcc ML, not the other way around.Yann E. MORIN"2008-08-071-2/+2
| | | | | /trunk/README | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* Update docs/CREDITS: ARM EABI support.Yann E. MORIN"2007-09-141-2/+5
| | | | Update README: point at docs/CREDITS.
* Fix running without installing.Yann E. MORIN"2007-07-011-4/+6
| | | | | Update README. Point help to the man page.
* Debug facilities:Yann E. MORIN"2007-05-171-0/+4
| | | | | | | | | | | | | | | | | | | - add a framework to easily add new ones - add gdb as a first debug facility - add patches for gdb After the kernel checked its installed headers, clean up the mess of .checked.* files. Reorder scripts/crosstool.sh: - dump the configuration early - renice early - get info about build system early, when setting up the environment - when in cross or native, the host tools are those of the build system, and only in this case - elapsed time calculations moved to scripts/functions Remove handling of the color: it's gone once and for all. Update tools/addToolVersion.sh: - handle debug facilities - commonalise some code - remove dead tools (cygwin, tcc) Point to my address for bug reports.
* Correctly handle the version string, defined in a single place now.Yann E. MORIN"2007-05-131-2/+2
| | | | Fix and update README.
* Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"2007-02-241-0/+9
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(