summaryrefslogtreecommitdiff
path: root/samples/arm-unknown-linux-uclibcgnueabi
AgeCommit message (Collapse)AuthorFilesLines
2022-02-11More sample config updatesAlexey Neyman1-2/+2
*-moxie*: DTC_VERBOSE is a wobbler, it depends on whether dtc is enabled on the host machine (if dtc is installed, DTC defaults to 'n' and hence prevents DTC_VERBOSE from appearing at all). Remove the option from config file so that its value reverts to the default. xtensa-fsf-elf: mark configuration obsolete so that it can use GDB 8.1 (it uses custom sources and needs to select the version therein) Signed-off-by: Alexey Neyman <stilor@att.net>
2019-04-04samples: G+ is gone, update reporter_urlAlexandre Belloni1-1/+1
G+ is now defunct, update the reporter_url to bootlin as both Thomas and I are working there. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2019-03-10Update the samples to v3Alexey Neyman1-1/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2019-02-09Run the samples through update to v2Alexey Neyman1-1/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2019-01-29Run the samples through `ct-ng update-samples`Alexey Neyman1-0/+1
- Pin sparc-leon-linux-gnu to GCC6, again. - Remove "brokenness" explanation from moxie-elf comment (was only applicable to stage-2 compiler, not final). Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-08Kconfigize choice/menu itemsAlexey Neyman1-7/+7
Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-03-20Run samples through an updateAlexey Neyman1-2/+1
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-01-20Run samples through 'ct-ng update-samples'.Alexey Neyman1-3/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2016-12-17Run samples through 'ct-ng update-samples'.Alexey Neyman1-1/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2015-11-14Samples: Update samplesBryan Hundven1-2/+0
This commit updates samples to latest config/ changes. This closes #114 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-11-13samples: Update samples to use default uClibc-ng configBryan Hundven2-254/+0
This commit removes per-sample configuration files for uClibc and falls back to using the default config file in contrib/uClibc-defconfigs. Only one sample is broken: * powerpc-unknown-linux-uclibc * breaks on dmalloc I will come back and work on the dmalloc failure later, but I don't want it to hold up getting uClibc-ng out in ct-ng. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-11-10blackfin: Remove blackfin supportBryan Hundven1-1/+0
This commit removes blackfin support. I'm open to re-adding blackfin after crosstool-1.23.0 is released, but it is currently too difficult to port forward to newer versions of gcc and uclibc. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-10-31gcc: Support only the latest branch releases of gccBryan Hundven1-1/+1
This change, as per #222, reduces the number of supported releases of gcc to the latest branch releases. I noticed while doing this work that gcc-4.5.4 was never added, so I moved patches for gcc-4.5.3 to 4.5.4 and updated the bfin-unknown-linux-uclibc example. Also, 120-siginfo.patch was fixed upstream in the 4.5.4 release, so this patch is omitted. I also bumped the avr sample to 4.9.3 from 4.9.2. With the addition of gcc-5.x, the gcc release team now releases the major.minor.0 versions, while updates to the branch are available in svn/git. We'll address that when we get to issue #219. This change just removes CC_GCC_5_1 and moves CC_GCC_5_2 to CC_GCC_5, and removes CC_GCC_5_1_or_later and moves CC_GCC_5_2_or_later to CC_GCC_5_or_later. This is the first of two part changes, as mentioned in #222. This change is slated for release in 1.22.0. The next change will be slated for 1.23.0, and will limit gcc versions to what is on https://gcc.gnu.org under "Release Series and Status", which is currently 4.9.3 and 5.2.0, although I will also support the previous supported version. In this example that would be 4.8.5. Last, but not least, this change also retires AVR32 support. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2015-10-24Revert "Remove ltrace from samples"Alexey Neyman1-0/+1
This reverts commit a3bb2aeb4445bef4250acaaff99fc8dbb0599f8b.
2015-09-29Remove ltrace from samplesBryan Hundven1-1/+0
As of right now, ltrace fails to build. To get CI happy, lets just disable it! When we fix ltrace, just revert this change. This is also in reference to bug #115 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
2014-09-05samples: update ARM little-endian samplesYann E. MORIN2-16/+9
Removed the arm-davinci sample, it does not bring much more that the other samples. Add an ARM uClibc EABIhf sample. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2014-06-28samples/arm-unknown-linux-uclibcgnueabi: major updateThomas Petazzoni3-90/+91
This commit updates the arm-unknown-linux-uclibcgnueabi sample to the modern age: - gcc is bumped from 4.4.3 to 4.8.2 - binutils is bumped from 2.19 to 2.24 - gdb is bumped from 7.1 to 7.7 - uclibc is bumped from 0.9.30 to 0.9.33 - kernel headers are bumped to 3.10 - strace is bumped to 4.8 - all companion libraries are also updated In addition, the ARCH_CPU/ARCH_TUNE configuration options are changed from xscale to arm926ej-s, with the reasoning that in the ARMv5 ecosystem, ARM926EJ-S cores are much, much more widely used than Xscale cores. The resulting toolchain was tested by building a Busybox-only system with Buildroot, and testing it under an ARMv5 Qemu emulation. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2013-01-24cc/gcc: remove 'sub-level' version form symbolsYann E. MORIN"1-1/+1
Now we use defconfig files to store the samples, we have to be a bit more conservatives in the symbols names, so as to avoid gigantic version bumps when updating sub-level versions from a package. Update samples accordingly. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2012-05-06samples: resave all samples with savedefconfigYann E. MORIN"1-501/+0
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2012-04-30samples: update to latest set of optionsYann E. MORIN"1-4/+12
No feature- of version-bump, just update the samples so that no (NEW) option pops up in the release. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2012-04-09samples: update to latest config option setYann E. MORIN"1-8/+10
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2012-01-31samples: update before releaseYann E. MORIN"1-17/+34
Update all samples to reflect the new set of options, plus: - remove the arm-iphone-linux-gnueabi sample (obsolete...) - disable hard-float in ARM bare-metal samples. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-10-16samples: update to latest set of optionsYann E. MORIN"1-35/+32
Update all the samples, so that there is not config-prompt when recalling samples. This is no upgrade, it's just about having new options set (y or n) in the samples. Also, get rid of the armeb-test_nptl-linux-uclibcgnueabi, it's no longer needed, there's a non-test sample with uClibc NPTL, now. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-08-14samples: do not use the mirror by defaultYann E. MORIN"1-2/+1
As the mirror is always tried first, and the default is my server, it means every download will first hit my server. As I do not have much mirrored there, it means a lot of time is lost. Disable use of the mirror for all samples, except the one that does need it for the uClibc snapshot. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-07-30samples: update before releaseYann E. MORIN"1-90/+45
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-04-28samples: updateYann E. MORIN"1-38/+80
Release is coming soon... Time to update samples... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-01-30samples: update the samplesYann E. MORIN"1-12/+17
Release time is coming at a fast pace. It is now time to update the samples so they apply cleanly. The canadian-cross sample mingw32,i686-none-linux-gnu has been replaced with i586-mingw32msvc,i686-none-linux-gnu. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-01-02samples: update after libc versions renamingYann E. MORIN"1-6/+6
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-11-03samples: update all samples to latest config knobsYann E. MORIN"1-44/+45
No new feature, no newer version, only updates so that samples can be recalled without anything to set. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-10-18samples: update to not use // downloadYann E. MORIN"1-1/+1
Parallel download can cause issues in some network environments (eg. behind some firewalls/routers), so default to not //. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-10-07samples: update all samples to use the new build dirYann E. MORIN"1-1/+1
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-08-01samples: update all samplesYann E. MORIN"1-19/+62
All samples get rebased, no new option is chosen.
2010-04-30samples: updateYann E. MORIN"2-39/+68
2010-03-19samples: fix samplesYann E. MORIN"1-32/+41
2010-01-31samples: update samplesYann E. MORIN"1-40/+53
Update to the latest set of config options (no config change). Remove OABI ARM samples.
2009-10-28samples: update all samples to the new set of optionsYann E. MORIN"1-50/+16
No version change is made.
2009-10-04samples: updateYann E. MORIN"1-11/+9
2009-10-01samples: upgrade some samplesYann E. MORIN"1-112/+130
Upgrading all samples is too much a hassle. Stick with those few for now.
2009-09-13samples: fix uClibc config file locationYann E. MORIN"1-1/+1
2009-09-13samples: updateYann E. MORIN"1-65/+91
2009-04-19Update the samples to the latest set of options. No config change.Yann E. MORIN"1-7/+5
-------- diffstat follows -------- /trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-unknown-elf/crosstool.config | 10 3 7 0 +++------- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-iphone-linux-gnueabi/crosstool.config | 6 4 2 0 ++++-- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-405-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-unknown-eabi/crosstool.config | 10 3 7 0 +++------- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc64-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-860-linux-gnu/crosstool.config | 12 5 7 0 +++++------- 27 files changed, 130 insertions(+), 184 deletions(-)
2009-04-19Remove all reference to proxy in all sample configs.Yann E. MORIN"1-2/+0
-------- diffstat follows -------- /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-elf/crosstool.config | 2 0 2 0 -- /trunk/samples/armeb-unknown-eabi/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 2 0 2 0 -- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 2 0 2 0 -- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-iphone-linux-gnueabi/crosstool.config | 2 0 2 0 -- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/mips-unknown-elf/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-405-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-eabi/crosstool.config | 2 0 2 0 -- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc64-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-860-linux-gnu/crosstool.config | 2 0 2 0 -- 29 files changed, 58 deletions(-)
2009-03-31Update all samples.Yann E. MORIN"2-23/+55
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 78 55 23 0 ++++++--- /trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 35 18 17 0 ++-- /trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 104 68 36 0 ++++++++---- /trunk/samples/arm-unknown-elf/crosstool.config | 54 47 7 0 +++++- /trunk/samples/armeb-unknown-eabi/crosstool.config | 54 47 7 0 +++++- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 113 73 40 0 ++++++++----- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 91 61 30 0 +++++++--- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 78 55 23 0 ++++++--- /trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 105 69 36 0 ++++++++---- /trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 96 63 33 0 +++++++---- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 78 48 30 0 ++++++--- /trunk/samples/arm-unknown-linux-gnu/crosstool.config | 105 69 36 0 ++++++++---- /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 103 67 36 0 ++++++++---- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 77 54 23 0 ++++++--- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 78 55 23 0 ++++++--- /trunk/samples/arm-iphone-linux-gnueabi/crosstool.config | 84 57 27 0 +++++++--- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 105 69 36 0 ++++++++---- /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 104 68 36 0 ++++++++---- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 78 55 23 0 ++++++--- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 78 55 23 0 ++++++--- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 77 54 23 0 ++++++--- /trunk/samples/mips-unknown-elf/crosstool.config | 54 47 7 0 +++++- /trunk/samples/powerpc-405-linux-gnu/crosstool.config | 104 68 36 0 ++++++++---- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 26 13 13 0 +- /trunk/samples/arm-unknown-eabi/crosstool.config | 54 47 7 0 +++++- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 104 68 36 0 ++++++++---- /trunk/samples/powerpc64-unknown-linux-gnu/crosstool.config | 75 49 26 0 +++++---- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 94 63 31 0 +++++++---- 28 files changed, 1562 insertions(+), 724 deletions(-)
2009-01-06Update all samples to the latest set of config options.Yann E. MORIN"1-3/+8
There might be some small issues here and there due to the split of CT_ExtractAndPatch. /trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++--- /trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 13 10 3 0 +++++++++--- /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 10 7 3 0 ++++++--- /trunk/samples/arm-unknown-elf/crosstool.config | 8 4 4 0 +++--- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 14 11 3 0 ++++++++++--- /trunk/samples/armeb-unknown-eabi/crosstool.config | 8 4 4 0 +++--- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 13 10 3 0 +++++++++--- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 11 8 3 0 +++++++--- /trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 14 11 3 0 ++++++++++--- /trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 11 8 3 0 +++++++--- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++--- /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++--- /trunk/samples/arm-unknown-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++--- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 10 7 3 0 ++++++--- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 11 8 3 0 +++++++--- /trunk/samples/arm-iphone-linux-gnueabi/crosstool.config | 5 2 3 0 ++--- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++--- /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++--- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 10 7 3 0 ++++++--- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 11 8 3 0 +++++++--- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 11 8 3 0 +++++++--- /trunk/samples/powerpc-405-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++--- /trunk/samples/mips-unknown-elf/crosstool.config | 8 4 4 0 +++--- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 11 8 3 0 +++++++--- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 13 10 3 0 +++++++++--- /trunk/samples/arm-unknown-eabi/crosstool.config | 8 4 4 0 +++--- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 14 11 3 0 ++++++++++--- /trunk/samples/powerpc-860-linux-gnu/crosstool.config | 13 10 3 0 +++++++++--- 28 files changed, 237 insertions(+), 88 deletions(-)
2008-11-25Update all these samples.Yann E. MORIN"1-4/+5
/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 11 6 5 0 ++++++----- /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/arm-unknown-elf/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/armeb-unknown-eabi/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 11 6 5 0 ++++++----- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/powerpc-e500v2-linux-gnuspe/reported.by | 7 1 6 0 +------ /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/arm-unknown-linux-gnu/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/powerpc-405-linux-gnu/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/mips-unknown-elf/crosstool.config | 11 6 5 0 ++++++----- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 11 6 5 0 ++++++----- /trunk/samples/arm-unknown-eabi/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/powerpc-860-linux-gnu/crosstool.config | 2 1 1 0 +- 26 files changed, 126 insertions(+), 107 deletions(-)
2008-11-17There's no EXPERIMENTAL stuff in this sample.Yann E. MORIN"1-9/+3
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 12 3 9 0 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-)
2008-11-17Update this ARM sample to use uClibc-0.9.30.Yann E. MORIN"2-27/+51
/trunk/samples/arm-unknown-linux-uclibcgnueabi/uClibc-0.9.30.config | 253 253 0 0 +++++++++++ /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 34 24 10 0 + 2 files changed, 277 insertions(+), 10 deletions(-)
2008-10-31Transform LAN_MIRROR into plain MIRROR:Yann E. MORIN"1-1/+7
- it does not have to be in the LAN - offer mirror preference over upstream - if selected, the mirror will be scanned before upstream servers - if not selected, upstream servers will be scanned before the mirror - I've set up such an internet-accessible mirror - uClibc snapshot available - MPFR releases available (the MPFR site is down from time to time) - update all samples to use my mirror as a failover /trunk/scripts/functions | 45 16 29 0 +++++-------- /trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 8 7 1 0 ++ /trunk/samples/arm-unknown-elf/crosstool.config | 8 7 1 0 ++ /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 8 7 1 0 ++ /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 8 7 1 0 ++ /trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 8 7 1 0 ++ /trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 8 7 1 0 ++ /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/arm-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 8 7 1 0 ++ /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 8 7 1 0 ++ /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 8 7 1 0 ++ /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 8 7 1 0 ++ /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 8 7 1 0 ++ /trunk/samples/powerpc-405-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 8 7 1 0 ++ /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/arm-unknown-eabi/crosstool.config | 8 7 1 0 ++ /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/samples/powerpc-860-linux-gnu/crosstool.config | 8 7 1 0 ++ /trunk/config/global/download.in | 42 25 17 0 +++++++----- 27 files changed, 216 insertions(+), 71 deletions(-)
2008-10-26Don't use /bin/ash as shell in samples.Yann E. MORIN"1-4/+3
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 7 3 4 0 +++--- /trunk/samples/powerpc-405-linux-gnu/crosstool.config | 17 8 9 0 +++++++-------- /trunk/samples/arm-unknown-eabi/crosstool.config | 6 3 3 0 ++-- 3 files changed, 14 insertions(+), 16 deletions(-)
2008-10-25Update this sample.Yann E. MORIN"2-18/+21
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 37 20 17 0 ++++++++------- /trunk/samples/arm-unknown-linux-uclibcgnueabi/reported.by | 2 1 1 0 2 files changed, 21 insertions(+), 18 deletions(-)