Commit Graph

21 Commits

Author SHA1 Message Date
Yann E. MORIN"
c8e39d6d29 configure: use autoconf to generate configure
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>
2011-11-07 22:28:40 +01:00
Yann E. MORIN"
1cc14334e4 misc: change references to point to the new website
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>
2011-10-18 20:17:41 +02:00
Yann E. MORIN"
80bc8d6d01 docs: review REaDME
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-08-23 23:24:16 +02:00
Yann E. MORIN"
632d59babd docs: move the "contributing" section to overview.txt 2009-10-10 12:55:17 +02:00
Yann E. MORIN"
1e1f247acc doc: update documentation, mostly eye-candy 2009-10-03 17:23:17 +02:00
Yann E. MORIN"
e0ec8eda63 readme: document patch description 2009-09-27 12:03:48 +02:00
Yann E. MORIN"
78d89b928b README: fix some space alignment 2009-08-28 12:09:04 +02:00
Yann E. MORIN"
c57a08f7bc Update README on how to send proper patches
Add a few lines of explanations on how to correctly setup
and use Mercurial to send proper patches.
2009-08-07 18:24:25 +02:00
Yann E. MORIN"
ff781288f3 Add sections to the README 2009-08-07 18:30:45 +02:00
Yann E. MORIN"
3fae0d4f8b Fix typo in README 2009-08-07 18:25:54 +02:00
Yann E. MORIN"
5047fc6e51 Update the README with the new URL to the project homepage
The URL for the crosstool-NG homepage has changed. Update the
README accordingly. The old URL is still valid, though.
2009-08-07 17:25:20 +02:00
Yann E. MORIN"
c360515864 /trunk:
- README: add SoB line requirements for patches.

 -------- diffstat follows --------
 /trunk/README |    7     7     0     0 +++++++
 1 file changed, 7 insertions(+)
2009-05-21 13:49:15 +00:00
Yann E. MORIN"
1c1d672f87 Add a TODO file.
-------- diffstat follows --------
 /trunk/README |    2     2     0     0 ++
 /trunk/TODO   |   37    37     0     0 +++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)
2009-05-12 06:07:41 +00:00
Yann E. MORIN"
91147b5d18 Typoes.
/trunk/README           |    2     1     1     0 +-
 /trunk/config/kernel.in |    2     1     1     0 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
2008-10-06 20:13:05 +00:00
Yann E. MORIN"
bda3dc8943 Update README to point to docs/known-issues.txt.
/trunk/README |    2     2     0     0 ++
 1 file changed, 2 insertions(+)
2008-08-30 15:24:28 +00:00
Yann E. MORIN"
632086b0a5 When reporting bugs, TO is ymorin, CC is crossgcc ML, not the other way around.
/trunk/README |    4     2     2     0 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2008-08-07 13:35:11 +00:00
Yann E. MORIN"
693ceb85bc Update docs/CREDITS: ARM EABI support.
Update README: point at docs/CREDITS.
2007-09-14 21:41:00 +00:00
Yann E. MORIN"
1bb07c805c Fix running without installing.
Update README.
Point help to the man page.
2007-07-01 21:21:11 +00:00
Yann E. MORIN"
8d3f0a8781 Debug facilities:
- 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.
2007-05-17 16:22:51 +00:00
Yann E. MORIN"
7ed70a0028 Correctly handle the version string, defined in a single place now.
Fix and update README.
2007-05-13 19:03:49 +00:00
Yann E. MORIN"
1906cf93f8 Add the full crosstool-NG sources to the new repository of its own.
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... :-(
2007-02-24 11:00:05 +00:00