summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Collapse)AuthorFilesLines
2010-11-03samples: update all samples to latest config knobsYann E. MORIN"39-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>
2010-10-18samples: update to not use // downloadYann E. MORIN"36-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>
2010-10-07samples: update all samples to use the new build dirYann E. MORIN"37-37/+37
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2010-10-07samples: update powerpc-e500v2-linux-gnuspeYann E. MORIN"2-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>
2010-09-12arch/mips: add experimental mips64 samplesYann E. MORIN"6-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>
2010-08-01samples: update all samplesYann E. MORIN"36-639/+1820
All samples get rebased, no new option is chosen.
2010-07-30samples: add a short list of all samplesYann E. MORIN"1-0/+7
Add an action to list only the sample names. Use that for auto-completion.
2010-07-11samples: add Linux -> Mingw32 sampleBart vdr Meulen2-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
2010-07-10samples: add an ARMeb uClibc/NPTL experimental sampleYann E. MORIN"3-0/+711
2010-04-30samples: updateYann E. MORIN"37-1122/+2101
2010-04-07samples: add Blackfin sampleThomas Petazzoni3-0/+589
2010-04-01scripts: misc help and auto-complete fixesYann E. MORIN"1-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
2010-03-19samples: fix samplesYann E. MORIN"33-829/+906
2010-02-02scripts/samples: use the computed '$(sed)', not 'sed'Titus von Boxberg"1-3/+3
2010-02-18samples: fix this MIPS eglibc-based sampleYann E. MORIN"1-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.
2010-01-31samples: update samplesYann E. MORIN"44-3451/+1185
Update to the latest set of config options (no config change). Remove OABI ARM samples.
2010-01-31scripts: dump the current tuple with show-configYann E. MORIN"1-1/+2
2010-01-31scripts: add action to dump current configuration in humane-readable formYann E. MORIN"1-0/+5
2010-01-29arch: add basic m68k supportYann E. MORIN2-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>
2010-01-14samples: update armeb-unknown-linux-uclibcgnueabi: use uClibc-0.9.30.2Yann E. MORIN"2-7/+19
2010-01-07samples: update armeb-unknown-linux-uclibcgnueabiYann E. MORIN"1-34/+76
2010-01-03samples: refine the listing of all samples for canadian samplesYann E. MORIN"1-1/+1
For canadian samples, display the sample as: target-tuple (host: host-tuple)
2010-01-03samples: add an action to print details for all samplesYann E. MORIN"1-0/+4
2010-01-03samples: fix displaying samplesYann E. MORIN"1-2/+7
2010-01-03samples: add a new samples for the TI DaVinci processors.Yann E. MORIN"2-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 ...
2009-11-25samples: update the Alpha sampleYann E. MORIN"2-29/+52
According to: http://sourceware.org/ml/crossgcc/2009-11/msg00109.html
2009-11-22samples: update the AVR32 sampleYann E. MORIN"1-9/+20
2009-11-17arch: cleanup the 32- and 64-bit selectionYann E. MORIN"14-104/+60
2009-11-17arch/ia64: update to the new 64-bit infrastructureYann E. MORIN"1-8/+16
2009-11-17arch/s390: commonalise the 32- and 64-bit s390 archYann E. MORIN"2-12/+24
2009-11-17arch/x86: commonalise the 32- and 64-bit x86 archYann E. MORIN"4-37/+77
2009-11-17arch/ppc: commonalise the 32- and 64-bit PowerPC archYann E. MORIN"7-51/+119
2009-11-16arch/s390: cleanupsYann E. MORIN"4-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.
2009-11-14arch: add s390 and s390x architectures and samplesharold4-0/+754
2009-11-13samples: update the armeb-unknown-linux-gnueabi sample to use glibc-2.10.1Yann E. MORIN"1-27/+26
2009-10-30scripts: some eye-candyYann E. MORIN"1-1/+6
2009-10-30scripts: fix updating config.{sub,guess}Yann E. MORIN"1-1/+1
2009-10-28Merge.Yann E. MORIN"33-1680/+702
2009-10-28samples: update all samples to the new set of optionsYann E. MORIN"33-1680/+702
No version change is made.
2009-10-26arch/arm: add sample for nommu bare-metal Cortex-M3 with newlibYann E. MORIN"2-0/+346
2009-10-08samples: fix the avr32-unknown-none sampleYann E. MORIN"1-13/+10
Bizarely enough, binutils-2.18 fails to build when CONFIG_SHELL is set to /bin/bash (although it has code to recognise bash and act accordingly). Waht is really strange is that it does build when CONFIG_SHELL is set to /bin/sh, *although* /bin/sh is a symlink to /bin/bash. WTF?!?!
2009-10-04samples: updateYann E. MORIN"29-2501/+2505
2009-10-03sample: update the i686-nptl-linux-gnu sampleYann E. MORIN"1-100/+99
Update this sample, now it seems to correctly build again.
2009-10-01samples: upgrade some samplesYann E. MORIN"3-223/+246
Upgrading all samples is too much a hassle. Stick with those few for now.
2009-09-13samples: remove arm-beagle-linux-gnueabiYann E. MORIN"2-451/+0
Use the generic arm-cortex_a8-linux-gnueabi sample instead.
2009-09-13samples: fix uClibc config file locationYann E. MORIN"8-8/+8
2009-09-13samples: updateYann E. MORIN"33-1786/+2798
2009-07-20samples: add eglibc-based toolchain for MIPS.Giammarco Zacheo2-0/+397
2009-08-08Merge the AVR32 support branch to the default branch.Yann E. MORIN"2-0/+274
2009-06-26[samples] Add a linux -> mingw32 -> i686-linux canadian sampleBart van der Meulen2-0/+360
Add a sample that builds on Linux a mingw32-hosted toolchain that generates code for i686-none-linux-gnu. Signed-off-by: Bart van der Meulen <bartvdrmeulen@gmail.com>