aboutsummaryrefslogtreecommitdiff
path: root/samples/armeb-unknown-linux-uclibcgnueabi
Commit message (Collapse)AuthorAgeFilesLines
* More sample config updatesAlexey Neyman2022-02-111-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>
* Update the samples to v3Alexey Neyman2019-03-091-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Run the samples through update to v2Alexey Neyman2019-02-091-1/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Run the samples through `ct-ng update-samples`Alexey Neyman2019-01-281-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>
* Allow packages to define "relevant" part of the versionAlexey Neyman2017-07-081-1/+1
| | | | | | | | E.g., only include minor/major of the Linux kernel into the kconfig symbol. In the future, to be defined by all packages, but for now matches the current versioning in the packages. Signed-off-by: Alexey Neyman <stilor@att.net>
* Kconfigize choice/menu itemsAlexey Neyman2017-07-081-6/+6
| | | | | | Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
* Run samples through an updateAlexey Neyman2017-03-201-2/+2
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Run samples through 'ct-ng update-samples'.Alexey Neyman2017-01-191-3/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Run samples through 'ct-ng update-samples'.Alexey Neyman2016-12-161-1/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Samples: Update samplesBryan Hundven2015-11-141-3/+1
| | | | | | | | This commit updates samples to latest config/ changes. This closes #114 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* samples: Update samples to use default uClibc-ng configBryan Hundven2015-11-122-257/+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>
* blackfin: Remove blackfin supportBryan Hundven2015-11-091-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>
* gcc: Support only the latest branch releases of gccBryan Hundven2015-10-311-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>
* samples: update ARM big-endian samplesYann E. MORIN2014-09-022-50/+33
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: update for the releaseYann E. MORIN"2013-10-021-1/+3
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: update samples for releaseYann E. MORIN"2012-11-091-1/+0
| | | | | | | Refresh all samples against the new set of options, to be sure they all build OK, before we can do the release. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: resave all samples with savedefconfigYann E. MORIN"2012-05-071-532/+0
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: update to latest set of optionsYann E. MORIN"2012-04-301-5/+13
| | | | | | | 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>
* samples: update to latest config option setYann E. MORIN"2012-04-091-9/+11
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: update before releaseYann E. MORIN"2012-02-011-17/+36
| | | | | | | | 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>
* samples: update to latest set of optionsYann E. MORIN"2011-10-161-11/+8
| | | | | | | | | | | 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>
* samples: update this ARM sample.Yann E. MORIN"2011-09-132-67/+118
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: do not use the mirror by defaultYann E. MORIN"2011-08-141-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>
* samples: update before releaseYann E. MORIN"2011-07-311-90/+46
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: updateYann E. MORIN"2011-04-281-38/+80
| | | | | | Release is coming soon... Time to update samples... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update the samplesYann E. MORIN"2011-01-301-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>
* samples: update after libc versions renamingYann E. MORIN"2011-01-021-6/+6
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update all samples to latest config knobsYann E. MORIN"2010-11-031-38/+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>
* samples: update to not use // downloadYann E. MORIN"2010-10-181-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>
* samples: update all samples to use the new build dirYann E. MORIN"2010-10-071-1/+1
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update all samplesYann E. MORIN"2010-08-011-24/+61
| | | | All samples get rebased, no new option is chosen.
* samples: updateYann E. MORIN"2010-04-301-35/+64
|
* samples: fix samplesYann E. MORIN"2010-03-191-19/+28
|
* samples: update samplesYann E. MORIN"2010-01-311-36/+11
| | | | | Update to the latest set of config options (no config change). Remove OABI ARM samples.
* samples: update armeb-unknown-linux-uclibcgnueabi: use uClibc-0.9.30.2Yann E. MORIN"2010-01-142-7/+19
|
* samples: update armeb-unknown-linux-uclibcgnueabiYann E. MORIN"2010-01-071-34/+76
|
* samples: update all samples to the new set of optionsYann E. MORIN"2009-10-281-59/+25
| | | | No version change is made.
* samples: updateYann E. MORIN"2009-10-041-100/+100
|
* samples: fix uClibc config file locationYann E. MORIN"2009-09-131-1/+1
|
* samples: updateYann E. MORIN"2009-09-131-65/+91
|
* Update the samples to the latest set of options. No config change.Yann E. MORIN"2009-04-191-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(-)
* Remove all reference to proxy in all sample configs.Yann E. MORIN"2009-04-191-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(-)
* Update all samples.Yann E. MORIN"2009-03-311-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /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(-)
* Update the armeb-unkown-linux-uclibcgnueabi sample to use absolutely latest ↵Yann E. MORIN"2009-03-082-16/+40
| | | | | | | | versions. /trunk/samples/armeb-unknown-linux-uclibcgnueabi/uClibc-0.9.30.1.config | 243 243 0 0 ++++++++++ /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 52 38 14 0 +- 2 files changed, 281 insertions(+), 14 deletions(-)
* Update this sample.Yann E. MORIN"2009-02-011-4/+12
| | | | | /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 16 12 4 0 ++++++++++--- 1 file changed, 12 insertions(+), 4 deletions(-)
* Update all samples to the latest set of config options.Yann E. MORIN"2009-01-061-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(-)
* Update this sample to use binutils-2.19.Yann E. MORIN"2008-11-231-4/+5
| | | | | /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 9 5 4 0 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
* Update this ARM sample to build with latest uClibc (0.9.30).Yann E. MORIN"2008-11-162-44/+44
| | | | | | /trunk/samples/armeb-unknown-linux-uclibcgnueabi/uClibc-0.9.30.config | 243 243 0 0 ++++++++++ /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 54 27 27 0 +- 2 files changed, 270 insertions(+), 27 deletions(-)
* Transform LAN_MIRROR into plain MIRROR:Yann E. MORIN"2008-10-311-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(-)
* Update this ARM sample.Yann E. MORIN"2008-10-262-68/+83
| | | | | | /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 148 80 68 0 +++++++------ /trunk/samples/armeb-unknown-linux-uclibcgnueabi/reported.by | 3 3 0 0 + 2 files changed, 83 insertions(+), 68 deletions(-)