aboutsummaryrefslogtreecommitdiff
path: root/samples
Commit message (Collapse)AuthorAgeFilesLines
...
* samples: add new mipsel-sde-elf sample.Yann E. MORIN"2011-09-252-0/+373
| | | | | | Signed-off-by: Kevin Cernekee <cernekee@gmail.com> [yann.morin.1998@anciens.enib.fr: add pointer to ML thread] 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: update that mips sampleYann E. MORIN"2011-09-122-79/+161
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: do not use the mirror by defaultYann E. MORIN"2011-08-1423-46/+23
| | | | | | | | | | | 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-3141-4156/+1961
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: add mips-malta-linux-gnu toolchain configAntony Pavlov2011-06-132-0/+490
|
* sample: add new Alpha sample with glibc-.13Yann E. MORIN"2011-05-042-0/+512
| | | | | | | Sample provided by Ioannis E. VENETIS Reported-by: "Ioannis E. Venetis" <venetis@mail.capsl.udel.edu> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: updateYann E. MORIN"2011-04-2839-1297/+2671
| | | | | | Release is coming soon... Time to update samples... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: add a new sample for ARM Cortex-A15 with VFP/NEONYann E. MORIN"2011-04-242-0/+576
| | | | | | | | Sample origiannly reported and provided by dsreed on the #crostool-ng channel on freenode. I don't have the real ID for dsreed, but the sample is not orginally mine, but his/hers. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: add first sample to build with gcc-4.6.0Yann E. MORIN"2011-03-282-26/+52
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: new PPC e300c3 sampleYann E. MORIN"2011-03-142-0/+507
| | | | | | | | | | | | | | | | | | | | Gustavo wrote: ---8<--- Attached my ct-ng e300c3 toolchain config for: powerpc-e300c3-linux-gnu [l X] OS : linux-2.6.36.3 Companion libs : gmp-5.0.1 mpfr-3.0.0 ppl-0.10.2 cloog-ppl-0.15.10 mpc-0.8.2 libelf-0.8.13 binutils : binutils-2.21 C compiler : gcc-4.5.2 (C,C++) C library : eglibc-2_12 Tools : ---8<--- Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar> ["Yann E. MORIN" : updated to match new config options] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update the samplesYann E. MORIN"2011-01-3040-381/+704
| | | | | | | | | | 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 the mingw sampleYann E. MORIN"2011-01-261-11/+20
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* arch: remove ia64Yann E. MORIN"2011-01-032-410/+0
| | | | | | | | | | | ia64 is broken in every gcc/glibc combinations I tested (except for the existing sample that used very old versions). Nobody complained on the list about not being able to build recent versions. So the only way forward I can see is to remove the architecture altogether. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update i686-nptl-linux-gnuYann E. MORIN"2010-12-311-4/+5
| | | | | | Enable Java and Fortran frontends. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update i686-nptl-linux-gnuYann E. MORIN"2010-12-301-30/+72
| | | | | | | | Notable changes: - uses binutils 2.21, builds gold, but defaults to ld - uses gcc 4.5.2, with GRAPHITE and LTO, builds lto-plugin Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update after libc versions renamingYann E. MORIN"2011-01-0231-249/+249
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update all samples to latest config knobsYann E. MORIN"2010-11-0339-1100/+1339
| | | | | | | 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-1836-36/+36
| | | | | | | 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-0737-37/+37
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update powerpc-e500v2-linux-gnuspeYann E. MORIN"2010-10-072-66/+135
| | | | | | | Update the configuration and the comment. Reported-by: Anthony Foiani <anthony.foiani@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* arch/mips: add experimental mips64 samplesYann E. MORIN"2010-09-126-0/+1378
| | | | | | | | | | | | | | Both toolchains were tested to successfully: - _build_ busybox, giving respectively an n32 and an n64 binary although it has not been run-tested. - build linux-2.6.36-rc3 for Loongson, giving an n64 vmlinux (which is expected, due to the way the kernel is built), and the kernel properly boots! Credits are due to Julien MOUTHINO (julm on freenode#uClibc) for testing that the kernel boots on his hardware! Cheers! ;-) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* samples: update all samplesYann E. MORIN"2010-08-0136-639/+1820
| | | | All samples get rebased, no new option is chosen.
* samples: add a short list of all samplesYann E. MORIN"2010-07-301-0/+7
| | | | | Add an action to list only the sample names. Use that for auto-completion.
* samples: add Linux -> Mingw32 sampleBart vdr Meulen2010-07-112-0/+370
| | | | | | | | | | | | Sample to build compiler targetting mingw32 target systems Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com> --- samples/i686-pc-mingw32/crosstool.config | 302 +++++++++++++++++++++++++++++++ samples/i686-pc-mingw32/reported.by | 3 2 files changed, 305 insertions(+) create mode 100644 samples/i686-pc-mingw32/crosstool.config create mode 100644 samples/i686-pc-mingw32/reported.by
* samples: add an ARMeb uClibc/NPTL experimental sampleYann E. MORIN"2010-07-113-0/+711
|
* samples: updateYann E. MORIN"2010-04-3037-1122/+2101
|
* samples: add Blackfin sampleThomas Petazzoni2010-04-073-0/+589
|
* scripts: misc help and auto-complete fixesYann E. MORIN"2010-04-021-8/+5
| | | | | | | | | | - don't list samples in the main help screen - improve the samples listing in list-samples - don't document the 'config' action, it's long dead - document the 'V' environment variable - improve on START, STOP and PREFIX environment variables - add PREFIX and V to autocomplete - advertise auto-complete at install time
* samples: fix samplesYann E. MORIN"2010-03-1933-829/+906
|
* scripts/samples: use the computed '$(sed)', not 'sed'Titus von Boxberg"2010-02-031-3/+3
|
* samples: fix this MIPS eglibc-based sampleYann E. MORIN"2010-02-181-33/+19
| | | | | Specify the SVN revision to use for the eglibc snapshot instead of HEAD, as some patches made their way upstream in the meantime.
* samples: update samplesYann E. MORIN"2010-01-3144-3451/+1185
| | | | | Update to the latest set of config options (no config change). Remove OABI ARM samples.
* scripts: dump the current tuple with show-configYann E. MORIN"2010-01-311-1/+2
|
* scripts: add action to dump current configuration in humane-readable formYann E. MORIN"2010-01-311-0/+5
|
* arch: add basic m68k supportYann E. MORIN2010-01-292-0/+307
| | | | | | Signed-off-by: Remy Bohmer <linux@bohmer.net> [yann.morin.1998@anciens.enib.fr: use defaults for CT_TARGET_ARCH] Signed-off-by: "Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
* 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: refine the listing of all samples for canadian samplesYann E. MORIN"2010-01-031-1/+1
| | | | | For canadian samples, display the sample as: target-tuple (host: host-tuple)
* samples: add an action to print details for all samplesYann E. MORIN"2010-01-031-0/+4
|
* samples: fix displaying samplesYann E. MORIN"2010-01-031-2/+7
|
* samples: add a new samples for the TI DaVinci processors.Yann E. MORIN"2010-01-032-0/+437
| | | | | | | | | | | | | | | | | Dragan Marinkovic <marinkovic.dragan@gmail.com> wrote: I finally had the time (and board) to spend some time with crosstool-NG version 1.5.2 and TMS320DM6446 (DaVinci Digital Media System-on-Chip, http://focus.ti.com/docs/prod/folders/print/tms320dm6446.html). I was able to successfully build and run v2.6.27-davinci1 kernel (Kevin Hilman's branch) with busybox based initramfs on it. I don't believe that any later kernel would represent any challenge (it just happens that I'm currently working with this version). What a thrill :). crosstool-NG/toolchain config is attached. It may be useful to someone using crosstool-NG ...
* samples: update the Alpha sampleYann E. MORIN"2009-11-252-29/+52
| | | | According to: http://sourceware.org/ml/crossgcc/2009-11/msg00109.html
* samples: update the AVR32 sampleYann E. MORIN"2009-11-221-9/+20
|
* arch: cleanup the 32- and 64-bit selectionYann E. MORIN"2009-11-1714-104/+60
|
* arch/ia64: update to the new 64-bit infrastructureYann E. MORIN"2009-11-171-8/+16
|
* arch/s390: commonalise the 32- and 64-bit s390 archYann E. MORIN"2009-11-172-12/+24
|
* arch/x86: commonalise the 32- and 64-bit x86 archYann E. MORIN"2009-11-174-37/+77
|
* arch/ppc: commonalise the 32- and 64-bit PowerPC archYann E. MORIN"2009-11-177-51/+119
|
* arch/s390: cleanupsYann E. MORIN"2009-11-164-22/+24
| | | | | | Don't select unneeded config knobs. Don't select non-existing config knobs. Use the "no patch" config knob, instead of pointing to an non-exiting local patch dir. Simplify the tuple-related scripts. Update the samples.