crosstool-ng/scripts
Yann E. MORIN" 45747a6453 Merge the uClinux/noMMU stuff back to /trunk:
- merge Linux and uClinux back to a single kernel
- add ARCH_USE_MMU and acquainted config options that
  architectures can auto-select
- make binutils and elf2flt two "Binary utilities" that
  go in a single common sub-{menu,directory} structure

 -------- diffstat follows --------
 /trunk/scripts/build/kernel/uclinux.sh      |    2     0     2     0 -
 /trunk/scripts/build/kernel/linux.sh        |  206   204     2     0 +++++++++++++++++++++++++++++
 /trunk/scripts/build/kernel/linux-common.sh |  198     0   198     0 ----------------------------
 /trunk/scripts/build/binutils.sh            |  232     0   232     0 --------------------------------
 /trunk/scripts/build/elf2flt.sh             |  150     0   150     0 ---------------------
 /trunk/scripts/crosstool-NG.sh.in           |    6     4     2     0 +
 /trunk/config/kernel/linux.in               |  249   249     0     0 +++++++++++++++++++++++++++++++++++
 /trunk/config/kernel/linux.in-common        |  252     0   252     0 -----------------------------------
 /trunk/config/kernel/uclinux.in             |   21     0    21     0 ---
 /trunk/config/target.in                     |   23    22     1     0 +++
 /trunk/config/elf2flt.in                    |   49     0    49     0 -------
 /trunk/config/libc/glibc.in                 |    2     1     1     0
 /trunk/config/libc/eglibc.in                |    2     1     1     0
 /trunk/config/config.in                     |    1     0     1     0 -
 /trunk/config/arch/sh.in                    |    1     1     0     0 +
 /trunk/config/arch/arm.in                   |    2     1     1     0
 /trunk/config/arch/powerpc.in               |    1     1     0     0 +
 /trunk/config/arch/ia64.in                  |    1     1     0     0 +
 /trunk/config/arch/alpha.in                 |    1     1     0     0 +
 /trunk/config/arch/x86.in                   |    1     1     0     0 +
 /trunk/config/arch/mips.in                  |    1     1     0     0 +
 /trunk/config/arch/powerpc64.in             |    1     1     0     0 +
 22 files changed, 489 insertions(+), 913 deletions(-)
2009-05-20 20:13:13 +00:00
..
build Merge the uClinux/noMMU stuff back to /trunk: 2009-05-20 20:13:13 +00:00
addToolVersion.sh Add support for building PPL: 2009-05-05 22:04:20 +00:00
config.guess Update the config.{guess,sub} scripts. 2009-04-27 17:05:49 +00:00
config.sub Update the config.{guess,sub} scripts. 2009-04-27 17:05:49 +00:00
crosstool-NG.sh.in Merge the uClinux/noMMU stuff back to /trunk: 2009-05-20 20:13:13 +00:00
functions There's no longer any reason to require GNU awk: 2009-04-20 21:10:03 +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 There's no longer any reason to require GNU awk: 2009-04-20 21:10:03 +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
showTuple.sh.in Add a new action: show-tuple 2009-05-13 18:10:47 +00:00
toolchain-config.in Use tools discovered by ./configure in scripts/toolchain-config.in. 2009-02-01 18:51:19 +00:00