2008-09-15Move all the Linux kernel config options to a single file (to ease supporting more than one kernel).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 15 Sep 2008 14:52:29 +0000] rev 858
Move all the Linux kernel config options to a single file (to ease supporting more than one kernel).
Rename some Linux kernel config options (ditto).
Update the addToolsVersion.sh script.

/trunk/scripts/build/kernel/linux.sh | 13 6 7 0 +--
/trunk/tools/addToolVersion.sh | 105 37 68 0 +++++++--------------
/trunk/config/kernel/linux.in | 211 189 22 0 ++++++++++++++++++++++++++++++++++++++----
3 files changed, 232 insertions(+), 97 deletions(-)

2008-09-15DUMA: don't log twice through the logger.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 15 Sep 2008 14:41:09 +0000] rev 857
DUMA: don't log twice through the logger.

/trunk/scripts/build/debug/100-dmalloc.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-09-15Code-reorder in the Linux kernel config options.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 15 Sep 2008 12:08:01 +0000] rev 856
Code-reorder in the Linux kernel config options.

/trunk/config/kernel/linux.in | 32 15 17 0 +++++++++++++++-----------------
1 file changed, 15 insertions(+), 17 deletions(-)

2008-09-15The Linux kernel does not need a config file now that the old methods are removed.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 15 Sep 2008 09:51:10 +0000] rev 855
The Linux kernel does not need a config file now that the old methods are removed.
So, don't save the Linux kernel config file when saving a sample, there will never be such a file any longer.

/trunk/scripts/saveSample.sh | 13 0 13 0 -------------
1 file changed, 13 deletions(-)

2008-09-15Make bare-metal a kernel selection.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 15 Sep 2008 09:43:35 +0000] rev 854
Make bare-metal a kernel selection.

/trunk/config/kernel.in | 22 14 8 0 ++++++++++++++--------
/trunk/config/target.in | 13 0 13 0 -------------
2 files changed, 14 insertions(+), 21 deletions(-)

2008-09-14Update and clarify COPYING (plus a typo).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 14 Sep 2008 18:20:03 +0000] rev 853
Update and clarify COPYING (plus a typo).

/trunk/COPYING | 9 7 2 0 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

2008-09-14Enhance setting the minimum kernel version glibc will run against.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 14 Sep 2008 18:09:36 +0000] rev 852
Enhance setting the minimum kernel version glibc will run against.
Ideally, eglibc should also benefit for that, but the current code does not set it.

/trunk/scripts/build/libc/glibc.sh | 38 33 5 0 +++++++++++++++---
/trunk/config/libc/glibc.in | 4 2 2 0 +-
/trunk/config/libc/uClibc.in | 2 2 0 0 +
/trunk/config/libc/eglibc.in | 4 2 2 0 +-
/trunk/config/libc/glibc-eglibc-common.in | 80 68 12 0 +++++++++++++++++++++++++++++++------
/trunk/config/libc.in | 69 38 31 0 ++++++++++++++++++--------------
6 files changed, 145 insertions(+), 52 deletions(-)

2008-09-14Beautify somewhat the WiKi table for narrow screens.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 14 Sep 2008 16:54:12 +0000] rev 851
Beautify somewhat the WiKi table for narrow screens.

/trunk/scripts/showSamples.sh | 6 3 3 0 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

2008-09-14Introduce a new EXPERIMENTAL feature: BARE_METAL.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 14 Sep 2008 16:21:07 +0000] rev 850
Introduce a new EXPERIMENTAL feature: BARE_METAL.
This should ultimately llow to build bare-metal compilers, for targets that have no kernel and no C library.
Move the C library build script to their own sub-directory; introduce an empty build script for bare-metal.
Move the compiler build script to its own sub-directory.
Move the kernel build script to its own sub-directory; introduce an empty build script for bare-metal.
Update the ARM target tuples to enable bare-metal targets.
Add two ARM bare-metal samples.
Add latest Linux kernel versions.

/trunk/scripts/build/kernel/none.sh | 77 6 71 0 +----
/trunk/scripts/build/cc/gcc.sh | 58 41 17 0 ++-
/trunk/scripts/build/libc/none.sh | 513 9 504 0 +-----------------------------
/trunk/scripts/crosstool.sh | 17 9 8 0 +
/trunk/scripts/functions | 6 4 2 0 +
/trunk/scripts/showSamples.sh | 6 3 3 0
/trunk/samples/arm-unknown-elf/crosstool.config | 225 225 0 0 +++++++++++++
/trunk/samples/arm-unknown-eabi/crosstool.config | 223 223 0 0 +++++++++++++
/trunk/config/kernel/linux_headers_install.in | 64 27 37 0 ++--
/trunk/config/kernel.in | 9 8 1 0 +
/trunk/config/toolchain.in | 1 1 0 0 +
/trunk/config/cc/gcc.in | 3 3 0 0 +
/trunk/config/debug/dmalloc.in | 1 1 0 0 +
/trunk/config/debug/gdb.in | 4 3 1 0 +
/trunk/config/debug/strace.in | 1 1 0 0 +
/trunk/config/debug/duma.in | 1 1 0 0 +
/trunk/config/cc.in | 8 8 0 0 +
/trunk/config/target.in | 13 13 0 0 +
/trunk/config/binutils.in | 1 1 0 0 +
/trunk/config/gmp_mpfr.in | 1 1 0 0 +
/trunk/config/libc.in | 17 11 6 0 +
/trunk/arch/arm/functions | 3 1 2 0 -
22 files changed, 600 insertions(+), 652 deletions(-)

2008-09-11Update config.sub.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 11 Sep 2008 09:02:00 +0000] rev 849
Update config.sub.

/trunk/tools/config.sub | 10 7 3 0 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)