summaryrefslogtreecommitdiff
path: root/samples/armeb-unknown-linux-uclibc
AgeCommit message (Collapse)AuthorFilesLines
2008-05-04Update samples to latest set of options.Yann E. MORIN"1-28/+14
Update components up to the latest working version. Update the set of supported languages for each sample. /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 42 14 28 0 ++---- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 107 62 45 0 ++++++++------ /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 42 14 28 0 ++---- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 79 43 36 0 ++++++----- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 42 13 29 0 +----- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 112 65 47 0 +++++++++------ /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 42 14 28 0 ++---- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 44 15 29 0 ++---- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 44 15 29 0 ++---- 9 files changed, 255 insertions(+), 299 deletions(-)
2008-05-02Update those samples to latest config options.Yann E. MORIN"1-41/+73
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 115 76 39 0 +++++++++++++------ /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 114 73 41 0 +++++++++++++------ /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 116 74 42 0 ++++++++++++------- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 141 98 43 0 ++++++++++++++++------- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 120 76 44 0 +++++++++++++------- 5 files changed, 397 insertions(+), 209 deletions(-)
2008-02-14Robet P. J. DAY: typoes.Yann E. MORIN"1-1/+1
2008-01-16Update the samples to the new set of options (not changing the configuration).Yann E. MORIN"1-10/+19
2007-09-05Update the armeb-unknown-linux-uclibc sample.Yann E. MORIN"1-9/+16
2007-08-15Update all samples to the latest set of options (because so much as changed ↵Yann E. MORIN"1-100/+9
since we dropped the core C compiler and many obsolete versions).
2007-07-30Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"1-2/+0
Rationale: Most of the time, soft-float problems are caused by this sucker of gcc: it has support for soft float for all of the targets I've tried so far, but does not activate this code until you dwelve into half a dozen of files to make it accept to build and link the support code... So, yes: gcc has soft-float support. And again, yes: gcc is a sucker.
2007-07-24Update the samples to the latest option set.Yann E. MORIN"1-9/+55
2007-07-04Update the armeb-unknown-linux-uclibc sample to:Yann E. MORIN"2-6/+22
- use latest binutils, - build sstrip, - build dmalloc and gdb. Note: linux-2.6.21.5 for NSLU2 and busybox build!
2007-07-03The armeb-unknown-linux-uclibc sample now builds without libfloat.Yann E. MORIN"1-16/+46
The generated toolchain is at least able to build busybox (which wasn't the case before).
2007-06-19Make the progress bar a default for all samples.Yann E. MORIN"1-1/+1
2007-05-22Mark broken samples as such: use a file named 'broken' in the sample's ↵Yann E. MORIN"1-0/+0
directory. Reflected this state when listing samples (in scripts/showSamples.sh).
2007-05-19Add uClibc-0.9.29:Yann E. MORIN"2-26/+67
- associated patch set - update the munging function to accomodate the new config variables libfloat version was missing from the previous commit... :-( Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory.
2007-05-18Reverting to uClibc-0.9.28.3, as 0.9.29 spawns incorrect bits/sysnum.h ↵Yann E. MORIN"2-68/+22
(needs a xgcc first!).
2007-05-17Make the debug config menu a generated file.Yann E. MORIN"2-27/+82
Add a uClibc-0.9.29 patch directory with one patch (from me!). Update the armeb-unknown-linux-uclibc sample to uClibc-0.9.29. Some eyecandy in the gdb build process.
2007-05-11Like tweak to the armeb-xscale-linux-uclibc sample to not renice the build.Yann E. MORIN"1-1/+1
2007-05-10Update the way we handle directories supplied by the user:Yann E. MORIN"1-4/+3
- the tarball directory is considered as a local copy, and tarballs are copied to a working area, - the sources and build directories (CT_SRC_DIR and CT_BUILD_DIR) are now computed, and no longer an option, - the build dir has been renamed from 'build' to 'targets'. That should ease preparing a tarball of the resulting target.
2007-05-07Update armeb-unknown-linux-uclibc sample:Yann E. MORIN"2-1414/+40
- no need for the kernel .config file, - globqlly update to latest set of options.
2007-04-10Update the armeb-unknown-linux-uclibc sample to use linux-2.6.20.6 headers ↵Yann E. MORIN"2-8/+17
and binutils-2.17.50.0.14.
2007-03-21Update armeb-unknown-linux-uclibc sample to disable __cxa_atexit usage.Yann E. MORIN"1-1/+2
2007-03-07Update the armeb-unknown-linux-uclibc sample to using the linux-2.6.20.1 ↵Yann E. MORIN"2-14/+36
kernel headers.
2007-03-04Update armeb-unknown-linux-uclibc to use uClibc-0.9.28.3.Yann E. MORIN"2-4/+4
2007-03-04Update armeb-unknown-linux-uClibc sample:Yann E. MORIN"1-7/+22
- use uClibc-0.9.28.2 with locales, - use libfloat.
2007-02-24Add the full crosstool-NG sources to the new repository of its own.Yann E. MORIN"3-0/+1756
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(