A versatile (cross-)toolchain generator.
Go to file
Yann E. MORIN" c564be2675 populate: fix installing dynamic linker 'ld.so'
The dynamic linker, ld.so, needs the execute bit to be set.
Detect tht the library being installed is in fact ld.so and
install it with 0755 instead of 0644.

Fix detecting src == dst.

Use a simpler command to copy src -> dst.

Also change echo to printf, get rid of 'echo -n', which is
highly non-portable.


 -------- diffstat follows --------
 /trunk/scripts/populate.in |   76    43    33     0 +++++++++++++++++++++++++++++-----------------------
 1 file changed, 43 insertions(+), 33 deletions(-)
2009-06-11 21:47:19 +00:00
config /trunk: 2009-05-24 16:21:29 +00:00
contrib Update the OpenRISC or32 contrib to correctly set EXPERIMENTAL. 2008-10-15 08:15:28 +00:00
docs Add a bit more explanations on the meaning of OBSOLETE and EXPERIMENTAL. 2009-04-20 21:30:25 +00:00
kconfig Under Cygwin, executables have the .exe suffix: 2009-03-09 22:01:59 +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 Fix gdb bug reported by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>: 2009-05-19 16:05:36 +00:00
samples /trunk: 2009-05-24 16:22:03 +00:00
scripts populate: fix installing dynamic linker 'ld.so' 2009-06-11 21:47:19 +00:00
.version Remove the version number from .version in /trunk. 2008-11-25 18:37:02 +00:00
configure /trunk: 2009-05-20 20:20:51 +00:00
COPYING Update and clarify COPYING (plus a typo). 2008-09-14 18:20:03 +00:00
ct-ng.comp Add a new action: show-tuple 2009-05-13 18:10:47 +00:00
ct-ng.in Add a new action: show-tuple 2009-05-13 18:10:47 +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 ./configure: 2009-05-13 21:32:48 +00:00
README /trunk: 2009-05-21 13:49:15 +00:00
steps.mk Merge the /deve/uclinux branch back to /trunk: 2009-05-13 20:55:15 +00:00
TODO /trunk: 2009-05-21 13:49:30 +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 want to enhance crosstool-NG, there's a to-do list in the TODO file.

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: yann.morin.1998 (at) anciens.enib.fr
    CC: crossgcc (at) sourceware.org

Patches should come with the appropriate SoB line. A SoB line is typically
something like:
  Signed-off-by: John DOE <john.doe@somewhere.net>

The SoB line is clearly described in Documentation/SubmittingPatches , section
12, of your favourite Linux kernel source tree.

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

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

Aloha!