2008-08-08Alpha and PowerPC are no longer experimental.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 08 Aug 2008 14:02:48 +0000] rev 772
Alpha and PowerPC are no longer experimental.

2008-08-08Update the knwon issues with the broekn build of seemingly-native toolchains.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 08 Aug 2008 07:07:16 +0000] rev 771
Update the knwon issues with the broekn build of seemingly-native toolchains.

/trunk/docs/known-issues.txt | 59 59 0 0 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)

2008-08-07Simplify populate: no need to be too smart.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 07 Aug 2008 22:34:32 +0000] rev 770
Simplify populate: no need to be too smart.
If someone is playing us tricks, let him/her be beaten back.
Chances are he/she knows what happens when he/she finds out it does not work any more!

/trunk/tools/populate.in | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-08-07Update the known issues: empty the file prior to adding new ones.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 07 Aug 2008 21:33:09 +0000] rev 769
Update the known issues: empty the file prior to adding new ones.

/trunk/docs/known-issues.txt | 7 0 7 0 -------
1 file changed, 7 deletions(-)

2008-08-07glibc-based toolchain for PowerPC can now build using the latest kernel headers (2.6.26.1).
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 07 Aug 2008 21:29:08 +0000] rev 768
glibc-based toolchain for PowerPC can now build using the latest kernel headers (2.6.26.1).

/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 13 7 6 0 +++++++------
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 13 7 6 0 +++++++------
2 files changed, 14 insertions(+), 12 deletions(-)

2008-08-07Introduce four new ARCH specific variables that CT_DoArchValues can set if they want:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 07 Aug 2008 15:18:18 +0000] rev 767
Introduce four new ARCH specific variables that CT_DoArchValues can set if they want:
- CT_ARCH_CC_CORE_EXTRA_CONFIG
- CT_ARCH_CC_EXTRA_CONFIG
- CT_ARCH_TARGET_CLFAGS
- CT_ARCH_TARGET_LDFLAGS
This will hopefully enable architectures to specify specific flags.
PowerPC will need them to introduce SPE (coming RSN).

/trunk/scripts/crosstool.sh | 2 2 0 0 ++
/trunk/scripts/functions | 4 2 2 0 ++--
/trunk/docs/overview.txt | 45 22 23 0 ++++++++++++++++++++++-----------------------
/trunk/config/target.in | 10 10 0 0 ++++++++++
4 files changed, 36 insertions(+), 25 deletions(-)

2008-08-07Update all samples to the latest set of options.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 07 Aug 2008 14:05:47 +0000] rev 766
Update all samples to the latest set of options.
Update some samples to use newer features.
Add patches for the uClibc-20080801 snapshot to be able to build with gcc-4.3.
Add a patch against glibc-2.7 to allow building PPC with latest kernel headers.
Add a patch to gcc to use an alternate unwinding when built against uClibc (after a private explanation/request by Daniel Egger <daniel@eggers-club.de>)

/trunk/patches/glibc/2.7/230-powerpc-private_futex.patch | 15 15 0 0 +
/trunk/patches/uClibc/20080801/300-fix-asm.patch | 175 175 0 0 +++++++++
/trunk/patches/uClibc/20080801/100-ifaddrs.patch | 190 190 0 0 +++++++++
/trunk/patches/uClibc/20080801/200-mips-typeof.patch | 112 112 0 0 ++++++
/trunk/patches/gcc/4.3.1/330-unwind-for-uClibc.patch | 25 25 0 0 +
/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 17 10 7 0 +
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 7 5 2 0 +
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 7 5 2 0 +
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 14 11 3 0 +
/trunk/samples/x86_64-unknown-linux-uclibc/uClibc-20080801.config | 232 232 0 0 ++++++++++++
/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 34 21 13 0 +-
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 10 7 3 0 +
/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 12 9 3 0 +
/trunk/samples/mips-unknown-linux-uclibc/uClibc-20080801.config | 249 249 0 0 ++++++++++++
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 38 23 15 0 +-
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 14 10 4 0 +
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 7 5 2 0 +
/trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 12 9 3 0 +
/trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 7 5 2 0 +
/trunk/samples/i586-geode-linux-uclibc/uClibc-20080801.config | 261 261 0 0 +++++++++++++
/trunk/samples/i586-geode-linux-uclibc/crosstool.config | 32 20 12 0 ++
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 12 9 3 0 +
/trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 7 5 2 0 +
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 7 5 2 0 +
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 16 10 6 0 +
25 files changed, 1428 insertions(+), 84 deletions(-)

2008-08-07Add a new config knob for gcc: usage of SJLJ to handle exceptions.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 07 Aug 2008 13:55:30 +0000] rev 765
Add a new config knob for gcc: usage of SJLJ to handle exceptions.
This is needed for some architectures to compile the Java frontend (eg. ARM with uClibc).

/trunk/config/cc/gcc.in | 41 39 2 0 +++++++++++++++++++++++++++++++++++++++--
/trunk/scripts/build/cc_gcc.sh | 8 5 3 0 +++++---
2 files changed, 44 insertions(+), 5 deletions(-)

2008-08-07When reporting bugs, TO is ymorin, CC is crossgcc ML, not the other way around.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 07 Aug 2008 13:35:11 +0000] rev 764
When reporting bugs, TO is ymorin, CC is crossgcc ML, not the other way around.

/trunk/README | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

2008-08-07Fix building core C compiler.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Thu, 07 Aug 2008 13:28:02 +0000] rev 763
Fix building core C compiler.
PowerPC unveiled that you can't reliably build a target libgcc until you have C library headers.
In fact you can't build it at all. The fact that it did build for some architectures was purely coincidental, and a mistake.
This fix should still allow to build uClibc-based toolchains (some ARM uClibc toolchains were build-tested).

/trunk/scripts/build/cc_gcc.sh | 100 47 53 0 +++++++++++++++++++++++-------------------------
1 file changed, 47 insertions(+), 53 deletions(-)