crosstool-ng/scripts
Yann E. MORIN" 6501c29fd1 Merge r1432:1437 from /branches/newlib into /trunk :
- under bare-metal, the user is responsible for providing a gdbserver stub (r1433)
- install a CT_TARGET-cc -> CT_TARGET-gcc symlink for the core gcc (r1434)
- allow broader dependency in generated config files (r1435, r1436)
- prepare C library menuconfig for using a C library under bare-metal (r1437)

 /trunk/scripts/build/cc/gcc.sh  |    4     4     0     0 ++++
 /trunk/config/debug/gdb.in      |    5     5     0     0 +++++
 /trunk/config/libc/glibc.in     |    1     1     0     0 +
 /trunk/config/libc/uClibc.in    |    1     1     0     0 +
 /trunk/config/libc/eglibc.in    |    2     1     1     0 +-
 /trunk/config/config.mk         |   20     8    12     0 ++++++++------------
 /trunk/config/arch/sh.in        |    2     1     1     0 +-
 /trunk/config/arch/ia64.in      |    2     1     1     0 +-
 /trunk/config/arch/powerpc64.in |    2     1     1     0 +-
 /trunk/config/libc.in           |    4     0     4     0 ----
 10 files changed, 23 insertions(+), 20 deletions(-)
2009-03-26 18:58:13 +00:00
..
build Merge r1432:1437 from /branches/newlib into /trunk : 2009-03-26 18:58:13 +00:00
addToolVersion.sh Move do_finish from scripts/functions to its own file in scipts/build/internals.sh. 2009-03-04 17:59:35 +00:00
config.guess Update the config.{guess,sub} files. 2009-03-15 20:52:50 +00:00
config.sub Update the config.{guess,sub} files. 2009-03-15 20:52:50 +00:00
crosstool-NG.sh.in Use "grep -E" instead of the deprecated "egrep". 2009-03-08 17:09:39 +00:00
functions Log the save/restore messages at a level that is always visible. 2009-03-24 17:37:52 +00:00
patch-renumber.sh Fix patch-renumber: 2009-02-01 23:15:59 +00:00
populate.in Fix populate to correctly use tools discovered via ./configure. 2009-02-01 22:41:16 +00:00
saveSample.sh.in Warn the user when he/she tries to save a sample that uses local patches 2009-03-03 21:53:50 +00:00
scripts.mk Get rid of the tols/ directory: 2008-12-16 18:12:34 +00:00
showSamples.sh Use tools discovered via ./configure in scripts/showSample.sh; make it a POSIX shell script. 2009-02-01 18:43:45 +00:00
toolchain-config.in Use tools discovered by ./configure in scripts/toolchain-config.in. 2009-02-01 18:51:19 +00:00