2008-09-23Udate the PowerPC SPE sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 23 Sep 2008 05:20:08 +0000] rev 869
Udate the PowerPC SPE sample.

/trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config | 153 81 72 0 ++++++++++--------
1 file changed, 81 insertions(+), 72 deletions(-)

2008-09-22Make eglibc build on systems where both autoconf-2.13 and autoconf-2.50 are installed (such as Debian).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 22 Sep 2008 22:01:43 +0000] rev 868
Make eglibc build on systems where both autoconf-2.13 and autoconf-2.50 are installed (such as Debian).

/trunk/patches/eglibc/2_8/110-AC_PREREQ-2.50.patch | 78 78 0 0 ++++++++++++++++++++++++++++
1 file changed, 78 insertions(+)

2008-09-22Rework the eglibc download so as to be a little bit saner.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 22 Sep 2008 19:51:29 +0000] rev 867
Rework the eglibc download so as to be a little bit saner.

/trunk/scripts/build/libc/eglibc.sh | 25 15 10 0 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)

2008-09-22Add binutils-2.18.50.0.9.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Mon, 22 Sep 2008 12:09:19 +0000] rev 866
Add binutils-2.18.50.0.9.
Add a patch to binutils to not use '/' as a comment separator on i386 assembly when targeting bare metal (breaks linux kernel build).

/trunk/patches/binutils/2.18.50.0.8/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++
/trunk/patches/binutils/2.18.50.0.9/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++
/trunk/patches/binutils/2.14/110-i386-no-divide-comment.patch | 38 38 0 0 ++++++
/trunk/patches/binutils/2.14/270-i386-no-divide-comment.patch | 38 38 0 0 ++++++
/trunk/patches/binutils/2.16.1/160-i386-no-divide-comment.patch | 40 40 0 0 ++++++
/trunk/patches/binutils/2.17/210-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++
/trunk/patches/binutils/2.18/120-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++
/trunk/patches/binutils/2.18.50.0.4/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++
/trunk/patches/binutils/2.18.50.0.6/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++
/trunk/patches/binutils/2.18.50.0.7/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++
/trunk/config/binutils.in | 6 6 0 0 +
11 files changed, 570 insertions(+)

2008-09-18Move snapshots version after numbered versions (aka releases).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 18 Sep 2008 09:22:25 +0000] rev 865
Move snapshots version after numbered versions (aka releases).

/trunk/config/debug/gdb.in | 13 7 6 0 +++++++------
/trunk/config/libc/glibc.in | 21 11 10 0 +++++++++++----------
/trunk/config/libc/uClibc.in | 21 11 10 0 +++++++++++----------
/trunk/config/libc/eglibc.in | 13 7 6 0 +++++++------
4 files changed, 36 insertions(+), 32 deletions(-)

2008-09-17Backport #1014 from trunk: 1.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 17 Sep 2008 21:35:08 +0000] rev 864
Backport #1014 from trunk:
Don't advertise 'xconfig' as a config rule.

/branches/1.2/kconfig/conf.c | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-09-17Backport #1013 from trunk: 1.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 17 Sep 2008 21:33:18 +0000] rev 863
Backport #1013 from trunk:
Fix architecture config file make rules.

/branches/1.2/kconfig/kconfig.mk | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-09-17Backport #1011 from trunk: 1.2
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Wed, 17 Sep 2008 21:32:21 +0000] rev 862
Backport #1011 from trunk:
DUMA: don't log twice through the logger.

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

2008-09-16Generate the kernel config choice, rather than having it hard-coded:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 16 Sep 2008 17:39:40 +0000] rev 861
Generate the kernel config choice, rather than having it hard-coded:
- change the menu label from 'Target OS' to 'Operating System',
- bare-metal is a kind of kernel (OS), rename to 'bare-metal' from 'none',
- update the kconfig.mk to generate the kernel choice entries,
- update glibc&eglibc kernel version option accordingly.
Update the debug & tools confiog file generation to match with arch & kernel.
Print terse command lines when building in kconfig/ (a-la Linux kernel).
Fix the makefile rules in kconfig/kconfig.mk to be /simple/ rules.

/trunk/kconfig/kconfig.mk | 117 81 36 0 +++++++++++++++++++++----------
/trunk/config/kernel/linux.in | 4 4 0 0 +
/trunk/config/kernel/bare-metal.experimental.in | 15 15 0 0 ++++
/trunk/config/kernel.in | 33 5 28 0 +--------
/trunk/config/libc/glibc-eglibc-common.in | 4 2 2 0
5 files changed, 107 insertions(+), 66 deletions(-)

2008-09-16Don't advertise 'xconfig' as a config rule.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 16 Sep 2008 14:32:07 +0000] rev 860
Don't advertise 'xconfig' as a config rule.

/trunk/kconfig/conf.c | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)