2008-11-04Build target GMP and MPFR prior to target binutils:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 04 Nov 2008 18:28:56 +0000] rev 1034
Build target GMP and MPFR prior to target binutils:
- binutils can use GMP and MPFR if available, so invert the build order to later make use of GMP and MPFR on the target.

/trunk/steps.mk | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)

2008-11-04Merge #1190 from /devel/YEM-build_host_target_cleanup:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 04 Nov 2008 16:30:11 +0000] rev 1033
Merge #1190 from /devel/YEM-build_host_target_cleanup:
- Use shell wrappers to point to the build tools, rather than symlinks.

/trunk/scripts/crosstool.sh | 20 14 6 0 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)

2008-11-04Add a bare-metal ARM EABI sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Tue, 04 Nov 2008 16:14:55 +0000] rev 1032
Add a bare-metal ARM EABI sample.

/trunk/samples/armeb-unknown-eabi/crosstool.config | 241 241 0 0 ++++++++++++++++++++++++++++
/trunk/samples/armeb-unknown-eabi/reported.by | 3 3 0 0 +
2 files changed, 244 insertions(+)

2008-11-02Add a bare-metal MIPS sample.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sun, 02 Nov 2008 11:46:36 +0000] rev 1031
Add a bare-metal MIPS sample.

/trunk/samples/mips-unknown-elf/crosstool.config | 239 239 0 0 ++++++++++++++++++++++++++++++
/trunk/samples/mips-unknown-elf/reported.by | 3 3 0 0 +
2 files changed, 242 insertions(+)

2008-11-01Unmark bare-metal being EXPERIMENTAL.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 01 Nov 2008 18:30:19 +0000] rev 1030
Unmark bare-metal being EXPERIMENTAL.

/trunk/config/kernel/bare-metal.in | 1 0 1 0 -
1 file changed, 1 deletion(-)

2008-11-01Enable uClibc parallel build for those versions supporting it.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 01 Nov 2008 17:16:34 +0000] rev 1029
Enable uClibc parallel build for those versions supporting it.

/trunk/scripts/build/libc/uClibc.sh | 12 7 5 0 +++++++-----
/trunk/config/libc/uClibc.in | 9 9 0 0 +++++++++
2 files changed, 16 insertions(+), 5 deletions(-)

2008-11-01Enablelocales when requested to do so.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 01 Nov 2008 17:13:54 +0000] rev 1028
Enablelocales when requested to do so.
Original patch by Thomas PETAZZONI, with soe improvement by myself.

/trunk/scripts/build/libc/uClibc.sh | 10 9 1 0 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

2008-11-01Only install headers when installing uClibc headers.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 01 Nov 2008 17:02:48 +0000] rev 1027
Only install headers when installing uClibc headers.

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

2008-11-01Eyecandy in the WiKi table.
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Sat, 01 Nov 2008 16:49:00 +0000] rev 1026
Eyecandy in the WiKi table.

/trunk/scripts/showSamples.sh | 20 12 8 0 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)

2008-10-31Remove regtest actions, introduce build-all actions:
"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> [Fri, 31 Oct 2008 18:31:01 +0000] rev 1025
Remove regtest actions, introduce build-all actions:
- regtest was not easy to use
- one may wish to simply build all samples
- introduce a per-sample automatic build

/trunk/docs/overview.txt | 19 14 5 0 ++++++++---
/trunk/samples/samples.mk | 92 49 43 0 ++++++++++++++++++++++++++++-------------------------
/trunk/ct-ng.comp | 8 5 3 0 +++--
3 files changed, 68 insertions(+), 51 deletions(-)