aboutsummaryrefslogtreecommitdiff
path: root/samples/mips-unknown-linux-uclibc
Commit message (Collapse)AuthorAgeFilesLines
...
* Update samples to latest set of options.Yann E. MORIN"2008-05-041-45/+62
| | | | | | | | | | | | | | | | 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(-)
* Robet P. J. DAY: typoes.Yann E. MORIN"2008-02-141-1/+1
|
* Update the samples to the new set of options (not changing the configuration).Yann E. MORIN"2008-01-161-10/+14
|
* Update the mips-unknown-linux-uclibc sample (gcc -> 4.2.1).Yann E. MORIN"2007-09-061-4/+4
|
* Update the mips-unknown-linux-uclibc sample.Yann E. MORIN"2007-09-061-6/+13
|
* Update all samples to the latest set of options (because so much as changed ↵Yann E. MORIN"2007-08-151-87/+9
| | | | since we dropped the core C compiler and many obsolete versions).
* Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"2007-07-301-1/+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.
* Update the samples to the latest option set.Yann E. MORIN"2007-07-241-17/+3
|
* Update the mips-unknown-linux-uclibc sample.Yann E. MORIN"2007-07-161-8/+50
|
* Update the mips-unknown-linux-uclibc sample.Yann E. MORIN"2007-07-081-4/+5
|
* Update the mips-unknown-linux-uclibc sample, now it is able to build both ↵Yann E. MORIN"2007-07-062-47/+136
| | | | linux and busybox.
* Update mips-unknown-linux-uclibc to the latest set of config options.Yann E. MORIN"2007-05-221-2/+15
|
* Update the mips-unknown-linux-uclibc sample to the new set of config options.Yann E. MORIN"2007-05-222-12/+19
| | | | Switch the ISA from mips32 to mips1.
* Update the way we handle directories supplied by the user:Yann E. MORIN"2007-05-101-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.
* Update the mips-unknown-linux-uclibc sample:Yann E. MORIN"2007-05-072-29/+19
| | | | | - LFS is needed to properly compile libstdc++ (pity), - globally update to the latest set of options.
* Rename the MIPS toolchain: it's not qemu-specific!Yann E. MORIN"2007-05-032-0/+435